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:
|
verticalCoordSysId |
The ID of the vertical CRS definition to verify.Valid examples are:
|
Returns
Returns Acad::eOk if successful.