public AnnAutomationObject FindObject( AnnObject obj )
public AnnAutomationObject FindObject( AnnObject obj )
-(LTAnnAutomationObject*) findObject:(LTAnnObject*)obj;
public AnnAutomationObject findObject(AnnObject obj)
function Leadtools.Annotations.Automation.AnnAutomationManager.FindObject( obj )
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.