Interface implemented by DTM engines. More...
#include <IDTM.h>
Public Member Functions | |
BENTLEYDTM_EXPORT DTMStatusInt | GetPointCoordinates (DPoint3d &coordP) const |
Gets the Point Coordinates for this Draped Point. More... | |
BENTLEYDTM_EXPORT double | GetDistanceAlong () const |
Gets the distance along for this Draped Point. More... | |
BENTLEYDTM_EXPORT DTMDrapedLineCode | GetCode () const |
Gets the Draped Point Code. More... | |
Interface implemented by DTM engines.
BENTLEYDTM_EXPORT DTMDrapedLineCode GetCode | ( | ) | const |
Gets the Draped Point Code.
BENTLEYDTM_EXPORT double GetDistanceAlong | ( | ) | const |
Gets the distance along for this Draped Point.
BENTLEYDTM_EXPORT DTMStatusInt GetPointCoordinates | ( | DPoint3d & | coordP | ) | const |
Gets the Point Coordinates for this Draped Point.
[out] | coordP | The coordinate. |