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


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

IHatchTemplate.EnumHatchDefinitions Property

The hatch definition enumeration.

[Visual Basic .NET]
Public ReadOnly Property EnumHatchDefinitions As IEnumHatchDefinition
[C#]
public IEnumHatchDefinition EnumHatchDefinitions {get;}
[C++]
HRESULT get_EnumHatchDefinitions(
  IEnumHatchDefinition** enumHatchDefinition
);
[C++]
Parameters
enumHatchDefinition [out, retval]

enumHatchDefinition is a parameter of type IEnumHatchDefinition**

Product Availability

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

See Also

IHatchTemplate Interface