Web API Reference MapGuide Open Source
virtual void MgIntCollection::Add ( INT32  value  )  [virtual]

Adds the specified item to the end of the collection.

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

Parameters:
value (int) Input value
Returns:
Returns nothing
Exceptions:
MgDuplicateObjectException if it is duplicate


Comments or suggestions? Send us feedback.