Creates a linear segment from a collection of coordinates.
.NET Syntax
virtual MgLinearSegment CreateLinearSegment(MgCoordinateCollection coordinates);
|
Java Syntax
virtual MgLinearSegment CreateLinearSegment(MgCoordinateCollection coordinates);
|
PHP Syntax
virtual MgLinearSegment CreateLinearSegment(MgCoordinateCollection coordinates);
|
- Parameters:
-
- Returns:
- An instance of MgLinearSegment.