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