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


INetworkEdgeRenderer.ArrowType Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

INetworkEdgeRenderer.ArrowType Property

The position of the arrow used to display edge traversability.

[Visual Basic .NET]
Public Property ArrowType As esriNetworkArrowType
[C#]
public esriNetworkArrowType ArrowType {get; set;}
[C++]
HRESULT get_ArrowType(
  esriNetworkArrowType Type
);
[C++]
HRESULT put_ArrowType(
  esriNetworkArrowType* Type
);
[C++]

Parameters Type [in]
Type is a parameter of type esriNetworkArrowType Type [out, retval]
Type is a parameter of type esriNetworkArrowType*

Product Availability

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

See Also

INetworkEdgeRenderer Interface