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.

Remarks:
This method is called addItem in Java (to avoid incompatible method signature as a result of the Java proxy class implementing the java.util.Collection interface)
Since:
4.0 Documented method name change for Java
.NET Syntax
virtual int Add(MgProperty value);
Java Syntax
virtual int addItem(MgProperty value);
PHP Syntax
virtual int Add(MgProperty value);
Parameters:
value(MgProperty) Input value
Returns:
Returns nothing.
Exceptions:
MgDuplicateObjectExceptionif the index is a duplicate.