API Reference > OdDb Classes > OdDbGeoPositionMarker Class > OdDbGeoPositionMarker Methods > OdDbGeoPositionMarker::latLonAlt Method
OdDbGeoPositionMarker::latLonAlt Method
Syntax
C++
OdResult latLonAlt(double & lat, double & lon, double & alt) const;
Parameters 
Description 
double & lat 
[out] A reference to a double variable to store the latitude value.  
double & lon 
[out] A reference to a double variable to store the longitude value.  
double & alt 
[out] A reference to a double variable to store the alleviation 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.

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

 

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