Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgBatchPropertyCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgBatchPropertyCollection
Remove
RemoveAt
SetItem
virtual
INT32
MgBatchPropertyCollection::GetCount
(
)
const
[virtual]
Gets the number of items in the collection.
.NET Syntax
virtual int
GetCount() const
;
Java Syntax
virtual int
GetCount() const
;
PHP Syntax
virtual int
GetCount() const
;
Returns:
Returns the number of items in the collection.
Implements
MgCollection
.
Comments or suggestions? Send us
feedback
.