AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgCoordinate* MgCurve::GetEndCoordinate (  )  [pure virtual]

Gets the ending coordinate of the curve.

.NET Syntax
virtual MgCoordinate GetEndCoordinate();
Java Syntax
virtual MgCoordinate GetEndCoordinate();
PHP Syntax
virtual MgCoordinate GetEndCoordinate();

Returns:
An MgCoordinate that defines the ending coordinate.

Implemented in MgCurveString, and MgLineString.