This document is archived and information here might be outdated.  Recommended version.


IDirectionalVectorRendererProperties.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.Symbol Property
ArcGIS Developer Help

IDirectionalVectorRendererProperties.Symbol Property

Provides the line symbol to be used for rendering the directional vector.

[Visual Basic .NET]
Public Property Symbol As ISymbol
[C#]
public ISymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
void
);
[C++]
HRESULT put_Symbol(
);

Product Availability

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

See Also

IDirectionalVectorRendererProperties Interface