ArcObjects Library Reference (TrackingAnalyst)  

IDirectionalVectorRendererProperties.GetHeadingReference Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDirectionalVectorRendererProperties Interface