Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgStringCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgStringCollection
Remove
RemoveAt
SetItem
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
.