MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Adds the specified item to the end of the collection.

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