MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgPropertyCollection::Add ( MgProperty value) [virtual]

Adds the specified item to the end of the collection.

.NET Syntax
virtual int Add(MgProperty value);
Java Syntax
virtual int Add(MgProperty value);
PHP Syntax
virtual int Add(MgProperty value);
Parameters:
value(MgProperty) Input value
Returns:
Returns nothing.
Exceptions:
MgDuplicateObjectExceptionif the index is a duplicate.