This document is archived and information here might be outdated. Recommended version. |
Get the azimuth, inclination and roll angles relative to the current target on surface.
[Visual Basic .NET]
Public Sub GetLocalOrientation ( _
ByRef plocalAzi As Double, _
ByRef pLocalIncl As Double, _
ByRef pLocalRoll As Double _
)
[C#]
public void GetLocalOrientation (
ref double plocalAzi,
ref double pLocalIncl,
ref double pLocalRoll
);
[C++]
HRESULT GetLocalOrientation(
System.Double* plocalAzi,
System.Double* pLocalIncl,
System.Double* pLocalRoll
);
[C++] Parameters plocalAzi [out]
plocalAzi is a parameter of type double* pLocalIncl [out]
pLocalIncl is a parameter of type double* pLocalRoll [out]
pLocalRoll is a parameter of type double*