API Reference > OdDb Classes > OdDbGeoPositionMarker Class > OdDbGeoPositionMarker Methods > OdDbGeoPositionMarker::setGeoPosition Method
OdDbGeoPositionMarker::setGeoPosition Method
Syntax
C++
OdResult setGeoPosition(const OdGePoint3d & position);
Parameters 
Description 
const OdGePoint3d & position 
[in] A new value of the geographical location coordinates (where x, y, z are longitude, latitude and alleviation) that should be set.
 

Returns eOk if the new value of the geographical location of the position marker was 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.