Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGeoPositionMarker::latLonAlt Method
Syntax
C++
OdResult latLonAlt(double & lat, double & lon, double & alt) const;

Returns the current value of the geographical location of the position marker. 

 

Parameters
Description
lat
[out] A reference to a double variable to store the latitude value.
lon
[out] A reference to a double variable to store the longitude value.
alt
[out] A reference to a double variable to store the altitude value.

Returns eOk if the new values of the geographical location parameters of the position marker were successfully set into output variables or returns an appropriate error code in the other case.

Copyright © 2002-2022. Open Design Alliance All rights reserved.