Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.