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