←Select platform

FindObject Method

Summary
Finds the AnnAutomationObject for a specified AnnObject
Syntax
C#
VB
Objective-C
C++
Java
public AnnAutomationObject FindObject( 
   AnnObject obj 
) 
Public Function FindObject( _ 
   ByVal obj As AnnObject _ 
) As AnnAutomationObject 
-(LTAnnAutomationObject*) findObject:(LTAnnObject*)obj; 
public AnnAutomationObject findObject(AnnObject obj) 
public:  
   AnnAutomationObject^ FindObject( 
      AnnObject^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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