Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureSchemaCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgFeatureSchemaCollection
Remove
RemoveAt
SetItem
bool MgFeatureSchemaCollection::Remove
(
MgFeatureSchema
*
value
)
Removes the specified item from the collection.
.NET Syntax
bool Remove(MgFeatureSchema value);
Java Syntax
bool Remove(MgFeatureSchema value);
PHP Syntax
bool Remove(MgFeatureSchema value);
Parameters:
value
(
MgFeatureSchema
) Input value
Returns:
Returns true if removal was successful.
Comments or suggestions? Send us
feedback
.