Inner Drive Extensible Architecture
C#
Show/Hide TOC
Node
Bearing(IGeo
Locatable) Method
Gets the directional bearing from this
Node
to another
Node
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
Direction
Bearing
(
IGeoLocatable
destination
)
Parameters
destination
IGeoLocatable
The
Node
to which to find the bearing.
Return Value
Direction
The
Direction
from this
Node
to
destination
.
Implements
IGeoLocatable
Bearing(IGeoLocatable)
Remarks
The
Height
is not considered in the calculation.
See Also
Reference
Node Class
Bearing Overload
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also