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