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