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 [out, retval]

  Type is a parameter of type esriNetworkArrowType

Type [in]

  Type is a parameter of type esriNetworkArrowType

Product Availability

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

See Also

INetworkEdgeRenderer Interface