com.esri.arcgis.carto
Interface INetworkEdgeRenderer2

All Superinterfaces:
INetworkEdgeRenderer, Serializable
All Known Implementing Classes:
NetworkTrafficRenderer, SimpleNetworkRenderer

public interface INetworkEdgeRenderer2
extends INetworkEdgeRenderer, Serializable

Provides access to members that control the display properties of the renderer.

Product Availability

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


Method Summary
 boolean isShowArrows(int symbolType)
          Indicates if arrows are visible for the specified arrow symbol type.
 void setShowArrows(int symbolType, boolean show)
          Indicates if arrows are visible for the specified arrow symbol type.
 
Methods inherited from interface com.esri.arcgis.carto.INetworkEdgeRenderer
getArrowAttributeName, getArrowSymbol, getArrowType, setArrowAttributeName, setArrowSymbol, setArrowType
 

Method Detail

setShowArrows

void setShowArrows(int symbolType,
                   boolean show)
                   throws IOException,
                          AutomationException
Indicates if arrows are visible for the specified arrow symbol type.

Product Availability

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

Parameters:
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)
show - The show (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowArrows

boolean isShowArrows(int symbolType)
                     throws IOException,
                            AutomationException
Indicates if arrows are visible for the specified arrow symbol type.

Product Availability

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

Parameters:
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)
Returns:
The show
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.