This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.Symbol Property (ArcObjects .NET 10.5 SDK) |
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