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


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

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,
  Boolean* Show
);
[C++]
Parameters
symbolType [in]

symbolType is a parameter of type esriNetworkArrowSymbolType Show [in]
Show is a parameter of type bool symbolType [in]
symbolType is a parameter of type esriNetworkArrowSymbolType Show [out, retval]
Show is a parameter of type bool*

Product Availability

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

See Also

INetworkEdgeRenderer2 Interface