JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Application.activedocument.stopObserving(oset,eventname,fn);
Parameters |
Description |
oset |
is the object from which to stop receiving notifications |
eventname |
is an event for which callback would be called, possible value are "valueChanged" and "activated" |
fn |
_nt_ |
Use this function to unsubscribe from receiving object event notifications for an object.
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|