AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgPoint* MgGeometryFactory::CreatePoint ( MgCoordinate coordinate  )  [virtual]

Creates a point from a coordinate.

.NET Syntax
virtual MgPoint CreatePoint(MgCoordinate coordinate);
Java Syntax
virtual MgPoint CreatePoint(MgCoordinate coordinate);
PHP Syntax
virtual MgPoint CreatePoint(MgCoordinate coordinate);

Parameters:
coordinate (MgCoordinate) An MgCoordinate that specifies the location of this point.
Returns:
An instance of MgPoint.