Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureSchemaCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgFeatureSchemaCollection
Remove
RemoveAt
SetItem
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
.