This document is archived and information here might be outdated. Recommended version. |
Sets the reference used by heading field (e.g., true, true for typical heading measurement (north, clockwise). This property is for a future enhancement.
[Visual Basic .NET]
Public Sub SetHeadingReference ( _
ByVal bIsNorthRef As Boolean, _
ByVal bIsClockwise As Boolean _
)
[C#]
public void SetHeadingReference (
bool bIsNorthRef,
bool bIsClockwise
);
[C++]
HRESULT SetHeadingReference(
VARIANT_BOOL bIsNorthRef,
VARIANT_BOOL bIsClockwise
);
[C++] Parameters bIsNorthRef [in]
bIsNorthRef is a parameter of type bool bIsClockwise [in]
bIsClockwise is a parameter of type bool