contains Method

Summary

Determines whether an AnnAutomationObject is in the collection.

Syntax
TypeScript
JavaScript
AnnAutomationObjects.prototype.contains = function( 
   item 
) 
contains( 
   item: AnnAutomationObject 
): boolean; 

Parameters

item

The AnnAutomationObject which will be checked for existence in the collection

Return Value

This method returns true if the AnnAutomationObject represented by the obj parameter exists in the collection; otherwise, it is false.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly