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