←Select platform

FindObject Method

Summary

Finds the AnnAutomationObject for a specified AnnObject

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnAutomationObject FindObject( 
   AnnObject obj 
) 
-(LTAnnAutomationObject*) findObject:(LTAnnObject*)obj; 
public AnnAutomationObject findObject(AnnObject obj) 
 function Leadtools.Annotations.Automation.AnnAutomationManager.FindObject(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly