contains Method

Summary

Determines whether the specified IAnnBatesElement is in the collection.

Syntax

JavaScript Syntax
AnnBatesElementCollection.prototype.contains = function( 
   item 
) 
TypeScript Syntax
contains( 
   item: IAnnBatesElement 
): boolean; 

Parameters

batesElement

The IAnnBatesElement to locate in the collection.

Return Value

true if the IAnnBatesElement is found; 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.Documents Assembly