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


INetworkEdgeRenderer2.ShowArrows Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

INetworkEdgeRenderer2.ShowArrows Property

Indicates if arrows are visible for the specified arrow symbol type.

[Visual Basic .NET]
Public Function get_ShowArrows ( _
    ByVal symbolType As esriNetworkArrowSymbolType _
) As Boolean
[Visual Basic .NET]
Public Sub set_ShowArrows ( _
    ByVal symbolType As esriNetworkArrowSymbolType, _
    ByVal Show As Boolean _
)
[C#]
public bool get_ShowArrows (
    esriNetworkArrowSymbolType symbolType
);
[C#]
public void set_ShowArrows (
    esriNetworkArrowSymbolType symbolType,
    bool Show
);
[C++]
HRESULT get_ShowArrows(
  esriNetworkArrowSymbolType symbolType,
  VARIANT_BOOL* Show
);
[C++]
HRESULT put_ShowArrows(
  esriNetworkArrowSymbolType symbolType,
  VARIANT_BOOL Show
);
[C++]

Parameters symbolType [in]
symbolType is a parameter of type esriNetworkArrowSymbolType Show [out, retval] Show is a parameter of type VARIANT_BOOL symbolType [in]
symbolType is a parameter of type esriNetworkArrowSymbolType Show [in] Show is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INetworkEdgeRenderer2 Interface