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


IHatchClass.MaximumScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.MaximumScale Property
ArcGIS Developer Help

IHatchClass.MaximumScale Property

Maximum scale at which the hatch class will display.

[Visual Basic .NET]
Public Property MaximumScale As Double
[C#]
public double MaximumScale {get; set;}
[C++]
HRESULT get_MaximumScale(
  System.Double* maxScale
);
[C++]
HRESULT put_MaximumScale(
  double maxScale
);
[C++]
Parameters
maxScale [out, retval]

maxScale is a parameter of type double* maxScale [in]
maxScale is a parameter of type double

Product Availability

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

Remarks

The MaximumScale property defines the maximum scale at which the hatch class will display.

See Also

IHatchClass Interface