Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgStringCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgStringCollection
Remove
RemoveAt
SetItem
virtual
INT32
MgStringCollection::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
.