Share

AcDbGeoCoordinateSystem::getOffset Method

C++

virtual Acad::ErrorStatus getOffset(
    AcGeVector2d& offsetVec
) const = 0;

Description

Gets the projection method parameter offset easting of this CRS.

Parameters

Parameters Description
offsetVec Input/output AcGeVector2d object.

Returns

Returns Acad::eOk if successful.

Links

AcDbGeoCoordinateSystem Class

Was this information helpful?