Web API Reference MapGuide Open Source
void MgFeatureSchemaCollection::Add ( MgFeatureSchema value  ) 

Adds the specified item to the end of the collection.

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

Parameters:
value (MgFeatureSchema) Input value
Returns:
Returns nothing.
Exceptions:
MgDuplicateObjectException if the index is a duplicate.


Comments or suggestions? Send us feedback.