Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgCurveSegmentCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgCurveSegmentCollection
Remove
RemoveAt
SetItem
virtual void MgCurveSegmentCollection::Add
(
MgCurveSegment
*
value
)
[virtual]
Adds the specified coordinate to the end of the collection.
.NET Syntax
void Add(MgCurveSegment value);
Java Syntax
void Add(MgCurveSegment value);
PHP Syntax
void Add(MgCurveSegment value);
Parameters:
value
(
MgCurveSegment
) Curve segment to add to the collection.
Returns:
Returns nothing
Comments or suggestions? Send us
feedback
.