Share

AcDbGeoVerticalCoordinateSystem::getId

C++

virtual Acad::ErrorStatus getId(
    AcString& coordSysId
) const = 0;

Description

Get this vertical CRS's identifier string, which is also being referred to as a (coordinate system) code. The ID returned always belongs to the ADSK namespace and is never prefixed.

Parameters

Parameters Description
coordSysId Input/output AcString object

Returns

Returns Acad::eOk if successful.

Links

AcDbGeoVerticalCoordinateSystem

Was this information helpful?