ArcObjects Library Reference (DefenseSolutions)  

IDirectionAware.ShowDirection Property

Indicates whether the direction of movement indicator should be drawn.

[Visual Basic .NET]
Public Property ShowDirection As Boolean
[C#]
public bool ShowDirection {get; set;}
[C++]
HRESULT get_ShowDirection(
  VARIANT_BOOL* Show
);
[C++]
HRESULT put_ShowDirection(
  VARIANT_BOOL Show
);
[C++]

Parameters

Show [out, retval]   Show is a parameter of type VARIANT_BOOL Show [in]   Show is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IDirectionAware Interface