AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgStringCollection::Remove ( CREFSTRING  value  )  [virtual]

Removes the specified item from the collection.

.NET Syntax
virtual bool Remove(string value);
Java Syntax
virtual bool Remove(String value);
PHP Syntax
virtual bool Remove(string value);

Parameters:
value (String/string) Input value
Returns:
Returns true if removal was successful.