ArcObjects Library Reference (Location)  

IHatchClass Interface

Provides access to hatch class properties.

Product Availability

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

Members

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.

CoClasses that implement IHatchClass

CoClasses and 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.

.NET Related Topics

Location