AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgArcSegment* MgGeometryFactory::CreateArcSegment ( MgCoordinate start,
MgCoordinate end,
MgCoordinate control 
) [virtual]

Creates an arc segment from start, end, and control coordinates.

.NET Syntax
virtual MgArcSegment CreateArcSegment(MgCoordinate start, MgCoordinate end, MgCoordinate control);
Java Syntax
virtual MgArcSegment CreateArcSegment(MgCoordinate start, MgCoordinate end, MgCoordinate control);
PHP Syntax
virtual MgArcSegment CreateArcSegment(MgCoordinate start, MgCoordinate end, MgCoordinate control);

Parameters:
start (MgCoordinate) The MgCoordinate that specifies the start point of the arc.
end (MgCoordinate) The MgCoordinate that specifies the end point of the arc.
control (MgCoordinate) The MgCoordinate that specifies the control point of the arc.
Returns:
An instance of MgArcSegment.