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