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


IUtilityNetworkAnalysisExtFlow.MinScale 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.MinScale Property
ArcGIS Developer Help

IUtilityNetworkAnalysisExtFlow.MinScale Property

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

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

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

IUtilityNetworkAnalysisExtFlow Interface