This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.GetHeadingReference Method (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pbIsNorthRef,
VARIANT_BOOL* pbIsClockwise
);
[C++]
Parameters pbIsNorthRef [out] pbIsNorthRef is a parameter of type VARIANT_BOOL pbIsClockwise [out] pbIsClockwise is a parameter of type VARIANT_BOOL