Transforms the design point into an equivalent geographic point.
Parameters
Parameters
Description
dwgPt
[in] Point, in design coordinates, to be transformed.
geoPt
[out] Geographic equivalent of the dwgPt.
Returns
Returns eOK if successful, or an appropriate error code if not.
Remarks
Longitude ordinate is transformed in the X member of the OdGePoint3d object, latitude ordinate is transformed in the Y member of the OdGePoint3d object and the elevation (altitude) is transformed in the Z member of the OdGePoint3d object.