Share

AcDbGeoVerticalCoordinateSystem::getGeodeticExtents

C++

virtual Acad::ErrorStatus getGeodeticExtents(
    AcDbExtents2d& exts
) const = 0;

Description

Get the geodetic extent of this vertical CRS's, the range of longitude and latitude.

Parameters

Parameters Description
exts Input/output AcDbExtents2d object

Returns

Returns Acad::eOk if successful.

Links

AcDbGeoVerticalCoordinateSystem

Was this information helpful?