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


IDirectionalVectorRendererProperties.Symbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  ISymbol** ppiSymbol
);
[C++]
HRESULT put_Symbol(
  ISymbol* ppiSymbol
);
[C++]

Parameters ppiSymbol [out, retval]
ppiSymbol is a parameter of type ISymbol ppiSymbol [in]
ppiSymbol is a parameter of type ISymbol

Product Availability

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

See Also

IDirectionalVectorRendererProperties Interface