Finds the AnnAutomationObject for a specified AnnObject
AnnAutomationManager.prototype.findObject = function(obj)
findObject(obj: AnnObject): AnnAutomationObject;
obj
The AnnObject to query.
The AnnAutomationObject, or null if no AnnAutomationObject associated with that object can be found.
You can also use FindObjectById if you have the integer ID of an object.
This method enumerates all of the AnnAutomationObject items in the Objects collection and compares id.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET