public AnnAutomationObject FindObject(
AnnObject obj
)
Public Function FindObject( _
ByVal obj As AnnObject _
) As AnnAutomationObject
-(LTAnnAutomationObject*) findObject:(LTAnnObject*)obj;
public AnnAutomationObject findObject(AnnObject obj)
public:
AnnAutomationObject^ FindObject(
AnnObject^ obj
)
obj
The AnnObject to query.
The AnnAutomationObject for the specified obj, 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 AnnAutomationObject.Id with AnnObject.Id of obj.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document