AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual INT32 MgCoordinate::GetDimension (  )  [pure virtual]

Gets the dimensions supported by this coordinate as a bit mask. See MgCoordinateDimension for a specification of the values which can be found in the bit mask.

.NET Syntax
virtual int GetDimension();
Java Syntax
virtual int GetDimension();
PHP Syntax
virtual int GetDimension();

Returns:
Returns a bit mask of OR'd MgCoordinateDimension values that defines the dimensions supported by this coordinate.

Implemented in MgCoordinateXY, MgCoordinateXYM, MgCoordinateXYZ, and MgCoordinateXYZM.