findObject Method (AnnAutomationManager)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize