ArcObjects Library Reference (EditorExt)  

IUtilityNetworkAnalysisExtFlow.ArrowSymbol Property

Symbol used (usually an arrow symbol) for indicating determinate flow.

[Visual Basic .NET]
Public Property ArrowSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol ArrowSymbol {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The ArrowSymbol property must be set to a marker symbol that can support rotation.

See Also

IUtilityNetworkAnalysisExtFlow Interface