C++
virtual Acad::ErrorStatus getGeodeticExtents( AcDbExtents2d& exts ) const = 0;
Description
Get the geodetic extent of this CRS's, the range of longitude and latitude.
Parameters
Parameters | Description |
---|---|
exts | Input/output AcDbExtents2d object. |
Returns
Returns Acad::eOk if successful.