ArcObjects Library Reference (EditorExt)  

IUtilityNetworkAnalysisExtFlow.ShowAtAllScales Property

Indicates if flow direction symbols for the current network are shown at all map scales.

[Visual Basic .NET]
Public Property ShowAtAllScales As Boolean
[C#]
public bool ShowAtAllScales {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

If ShowAtAllScales is set to False, then the flow direction symbols will only be drawn if the current map scale is between the specified MinScale and MaxScale.

If ShowAtAllScales is set to True, then the flow direction symbols will be drawn, regardless of the current map scale.

See Also

IUtilityNetworkAnalysisExtFlow Interface