Sets the units used to define the desired grid.
.NET Syntax
virtual void SetUnits (int unitCode, int unitType);
|
Java Syntax
virtual void SetUnits (int unitCode, int unitType);
|
PHP Syntax
virtual void SetUnits (int unitCode, int unitType);
|
- Parameters:
-
unitCode | (int) One of the integer values defined in the MgCoordinateSystemUnitCode object which indicates the units used to define the grid parameters. |
unitType | (int) One of the integer values defined in the MgCoordinateSystemUnitType object which indicates the type of units (linear vs angular) used to define the grid parameters. |