Share

AcDbGeoCoordinateSystem::getUnit (AcDb::UnitsValue&) Method

C++

virtual Acad::ErrorStatus getUnit(
    AcDb::UnitsValue& unit
) const = 0;

Description

Gets the unit of the coordinate system axis of this CRS. All axis contains the same unit.

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.

Links

AcDbGeoCoordinateSystem Class

Was this information helpful?