C++
virtual Acad::ErrorStatus getUnit( AcDb::UnitsValue& unit ) const = 0;
Description
Gets the unit of the coordinate system axis of this vertical CRS.
Parameters
Parameters | Description |
---|---|
unit | Input/output AcDb::UnitsValue. AcDb::kUnitsUndefined is set if the underlying spatial unit cannot be converted to AcDb::UnitsValue directly |
Returns
Returns Acad::eOk if successful.