function Leadtools.Annotations.Automation.AnnAutomationManager.findObject( obj )
Parameter | Type | Description |
---|---|---|
obj | AnnObject | The Leadtools.Annotations.Core.AnnObject to query. |
Type | Description |
---|---|
AnnAutomationObject | 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.