This document is archived and information here might be outdated. Recommended version. |
Provides 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 GetHeadingReference ( _ ByRef pbIsNorthRef As Boolean, _ ByRef pbIsClockwise As Boolean _ )
[C#] public void GetHeadingReference ( ref bool pbIsNorthRef, ref bool pbIsClockwise );
[C++]
HRESULT GetHeadingReference(
Boolean* pbIsNorthRef,
Boolean* pbIsClockwise
);
[C++]
Parameters pbIsNorthRef [out]
pbIsNorthRef is a parameter of type bool* pbIsClockwise [out]
pbIsClockwise is a parameter of type bool*