Finds the AnnAutomationObject for a specified AnnObject
public AnnAutomationObject FindObject(
AnnObject obj
)
Public Function FindObject( _
ByVal obj As Leadtools.Annotations.Core.AnnObject _
) As Leadtools.Annotations.Automation.AnnAutomationObject
public Leadtools.Annotations.Automation.AnnAutomationObject FindObject(
Leadtools.Annotations.Core.AnnObject obj
)
-(LTAnnAutomationObject*) findObject:(LTAnnObject*)obj;
public AnnAutomationObject findObject(AnnObject obj)
function Leadtools.Annotations.Automation.AnnAutomationManager.FindObject(
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.
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