contains Method

Summary

Determines whether an AnnAutomationObject is in the collection.

Syntax

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

Parameters

obj

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly