AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgCoordinate* MgGeometryFactory::CreateCoordinateXYZM ( double  x,
double  y,
double  z,
double  m 
) [virtual]

Creates an MgCoordinate object with Dimension = XYZM, X = x, Y = y, Z = z, M = m.

Parameters:
x (double) X value for the coordinate.
y (double) Y value for the coordinate.
z (double) Z value for the coordinate.
m (double) M value for the coordinate.
Returns:
An initialized MgCoordinate instance.