removeItem Method

Summary

Removes the first occurrence of the specified string from the list.

Syntax

JavaScript Syntax
AnnRoles.prototype.removeItem = function(item) 
TypeScript Syntax
removeItem(item: string): void; // protected 

Parameters

item

The string to remove.

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.Core Assembly