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


IUtilityNetworkAnalysisExtFlow.MaxScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IU > IUtilityNetworkAnalysisExtFlow Interface > IUtilityNetworkAnalysisExtFlow.MaxScale Property
ArcGIS Developer Help

IUtilityNetworkAnalysisExtFlow.MaxScale Property

Maximum map scale for which flow direction symbols are shown in the map.

[Visual Basic .NET]
Public Property MaxScale As Double
[C#]
public double MaxScale {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

MaxScale and MinScale are only used when the ShowAtAllScales property is set to False.

See Also

IUtilityNetworkAnalysisExtFlow Interface