Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMultiCurvePolygon
Copy
GetCount
GetCurvePolygon
GetDimension
GetGeometryType
IsClosed
IsEmpty
Transform
virtual
MgCurvePolygon
* MgMultiCurvePolygon::GetCurvePolygon
(
INT32
index
)
[virtual]
Gets the polygon at the specified index. The indexing starts at zero.
.NET Syntax
virtual
MgCurvePolygon
GetCurvePolygon(int index);
Java Syntax
virtual
MgCurvePolygon
GetCurvePolygon(int index);
PHP Syntax
virtual
MgCurvePolygon
GetCurvePolygon(int index);
Parameters:
index
(int) An integer specifying the location of the curve polygon in the collection.
Returns:
The
MgCurvePolygon
at the specified index.
Comments or suggestions? Send us
feedback
.