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