←Select platform

FindObject Method

Summary
Finds the AnnAutomationObject for a specified AnnObject
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnAutomationObject FindObject( 
   AnnObject obj 
) 
- (LTAnnAutomationObject *)findObject:(LTAnnObject *)annObject; 
public AnnAutomationObject findObject(AnnObject obj) 
public:  
   AnnAutomationObject^ FindObject( 
      AnnObject^ obj 
   ) 
def FindObject(self,obj): 

Parameters

obj
The 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

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.