ArcObjects Library Reference (Location)  

IHatchClass.MinimumScale Property

Minimum scale at which the hatch class will display.

[Visual Basic .NET]
Public Property MinimumScale As Double
[C#]
public double MinimumScale {get; set;}
[C++]
HRESULT get_MinimumScale(
  double* minScale
);
[C++]
HRESULT put_MinimumScale(
  double minScale
);
[C++]

Parameters

minScale [out, retval]   minScale is a parameter of type double minScale [in]   minScale is a parameter of type double

Product Availability

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

See Also

IHatchClass Interface