Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgPropertyCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgPropertyCollection
Remove
RemoveAt
SetItem
virtual void MgPropertyCollection::Add
(
MgProperty
*
value
)
[virtual]
Adds the specified item to the end of the collection.
.NET Syntax
virtual int Add(MgProperty value);
Java Syntax
virtual int Add(MgProperty value);
PHP Syntax
virtual int Add(MgProperty value);
Parameters:
value
(
MgProperty
) Input value
Returns:
Returns nothing.
Exceptions:
MgDuplicateObjectException
if the index is a duplicate.
Comments or suggestions? Send us
feedback
.