API Reference > OdDb Classes > OdDbGeoPositionMarker Class > OdDbGeoPositionMarker Methods > OdDbGeoPositionMarker::setLatLonAlt Method
OdDbGeoPositionMarker::setLatLonAlt Method
Syntax
C++
OdResult setLatLonAlt(double lat, double lon, double alt);
Parameters 
Description 
double lat 
[in] A double value of the latitude.  
double lon 
[in] A double value of the longitude.  
double alt 
[in] A double value of the alleviation.
 

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.

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

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.