MeasureAzimuth Method
Description
Measures the azimuth between two positions.
Syntax
Visual Basic |
---|
Public Function MeasureAzimuth( _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal d As Double, _ ByVal x2 As Double, _ ByVal y2 As Double, _ ByVal z2 As Double, _ ByVal datum As String _ ) As Double |
Parameters
- x1
-
The x coordinate of the start point of the measurement.
- y1
-
The y coordinate of the start point of the measurement.
- d
-
The z coordinate of the start point of the measurement.
- x2
- The x coordinate of the end point of the measurement.
- y2
-
The y coordinate of the end point of the measurement.
- z2
-
The z coordinate of the end point of the measurement.
- datum
-
The Geodetic Datum to do the measuring within.
Return Type
The azimuth found.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.MeasureAzimuth (10, 33, 0, 34, 1, 0)