Share

AcDbGeoCoordinateSystem::getId Method

C++

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

Description

Get this 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

AcDbGeoCoordinateSystem Class

Was this information helpful?