Close

Relief for ODA Team in Ukraine

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

Sets a new value of the geographical location of the position marker. 

 

Parameters
Description
lat
[in] A double value of the latitude.
lon
[in] A double value of the longitude.
alt
[in] A double value of the altitude.

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

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