(Leadtools.Annotations.Automation)

FindObject Method

Show in webframe




The Leadtools.Annotations.Core.AnnObject to query.
Finds the AnnAutomationObject for a specified Leadtools.Annotations.Core.AnnObject
Syntax
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 
)

Parameters

obj
The Leadtools.Annotations.Core.AnnObject to query.

Return Value

The AnnAutomationObject for the specified obj, or null if no AnnAutomationObject associated with that object can be found.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.