Share

AcDbGeoVerticalCoordinateSystem::getUnitScale

C++

virtual Acad::ErrorStatus getUnitScale(
    double& unitScale
) const = 0;

Description

Gets a factor, that the length units of this vertical CRS instance must be multiplied with to calculate the equivalent in meters.

Parameters

Parameters Description
unitScale Input/output double

Returns

Returns Acad::eOk if successful.

Links

AcDbGeoVerticalCoordinateSystem

Was this information helpful?