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


INetworkEdgeRenderer.ArrowSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkEdgeRenderer Interface > INetworkEdgeRenderer.ArrowSymbol Property
ArcGIS Developer Help

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 [in]
Symbol is a parameter of type ISymbol* symbolType [in]
symbolType is a parameter of type esriNetworkArrowSymbolType Symbol [out, retval]
Symbol is a parameter of type ISymbol**

Product Availability

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

See Also

INetworkEdgeRenderer Interface