findObject Method

Summary

Finds the AnnAutomationObject for a specified AnnObject

Syntax

JavaScript Syntax
AnnAutomationManager.prototype.findObject = function(obj) 
TypeScript Syntax
findObject(obj: AnnObject): AnnAutomationObject; 

Parameters

obj

The AnnObject to query.

Return Value

The AnnAutomationObject, 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 id.

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