ArcObjects Library Reference (TrackingAnalyst)  

IDirectionalVectorRendererProperties.SetHeadingReference Method

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 VARIANT_BOOL bIsClockwise [in]   bIsClockwise 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