AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgStringCollection::Add ( CREFSTRING  value  )  [virtual]

Adds the specified item to the end of the collection.

.NET Syntax
virtual int Add(string value);
Java Syntax
virtual int Add(String value);
PHP Syntax
virtual int Add(string value);

Parameters:
value (String/string) Input value
Returns:
Returns nothing.