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