Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : FindObject Method |
public AnnAutomationObject FindObject( AnnObject obj )
'Declaration
Public Function FindObject( _ ByVal obj As AnnObject _ ) As AnnAutomationObject
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.