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


IHatchClass Interface (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
ArcGIS Developer Help

IHatchClass Interface

Provides access to hatch class properties.

Product Availability

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

Members

Name Description
Method ConvertToGraphics Convert to graphics.
Method Draw Draw.
Read/write property EndRange The EndRange.
Read/write property Filter Query definition hatch class is defined by.
Read/write property HatchInterval Hatch Interval for the class.
Read/write property HatchTemplate HatchTemplate for hatch class.
Read/write property LateralOffset The LateralOffset.
Read/write property MaximumScale Maximum scale at which the hatch class will display.
Read/write property MinimumScale Minimum scale at which the hatch class will display.
Read/write property ShowHatches Indicates whether to show hatches.
Read/write property StartRange The StartRange.

Classes that implement IHatchClass

Classes Description
HatchClass The hatch class relates a hatch template to a polyline feature layer.

Remarks

The IHatchClass interface provides access to hatch class properties.  Each hatch class has a hatch template.  In order to create a HatchClass, you will need to assign a template to it.