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