Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgCoordinateCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgCoordinateCollection
Remove
RemoveAt
SetItem
virtual
INT32
MgCoordinateCollection::GetCount
(
)
const
[virtual]
Gets the number of coordinates 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 coordinates in the collection.
Comments or suggestions? Send us
feedback
.