Share

AcDbGeoCompoundCoordinateSystem::verify

C++

static ACDBCORE2D_PORT Acad::ErrorStatus verify(
    const AcString& coordSysId, 
    const AcString& verticalCoordSysId
);

Description

Checks if the geodetic CRS and vertical CRS can be compound together.

Parameters

Parameters Description
coordSysId The ID of the geodetic CRS definition to verify.Valid examples are:
  • LL84
verticalCoordSysId The ID of the vertical CRS definition to verify.Valid examples are:
  • EGM2008_height

Returns

Returns Acad::eOk if successful.

Links

AcDbGeoCompoundCoordinateSystem

Was this information helpful?