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