ArcObjects Library Reference (Carto)  

INetworkEdgeRenderer.ArrowSymbol Property

The symbol for the specified arrow symbol type.

[Visual Basic .NET]
Public Function get_ArrowSymbol ( _
    ByVal symbolType As esriNetworkArrowSymbolType _
) As ISymbol
[Visual Basic .NET]
Public Sub set_ArrowSymbol ( _
    ByVal symbolType As esriNetworkArrowSymbolType, _
    ByVal Symbol As ISymbol _
)
[C#]
public ISymbol get_ArrowSymbol (
    esriNetworkArrowSymbolType symbolType
);
[C#]
public void set_ArrowSymbol (
    esriNetworkArrowSymbolType symbolType,
    ISymbol Symbol
);
[C++]
HRESULT get_ArrowSymbol(
  esriNetworkArrowSymbolType symbolType,
  ISymbol** Symbol
);
[C++]
HRESULT put_ArrowSymbol(
  esriNetworkArrowSymbolType symbolType,
  ISymbol* Symbol
);
[C++]

Parameters

symbolType [in]

  symbolType is a parameter of type esriNetworkArrowSymbolType

Symbol [out, retval]

  Symbol is a parameter of type ISymbol

symbolType [in]

  symbolType is a parameter of type esriNetworkArrowSymbolType

Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkEdgeRenderer Interface