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


IHatchClass.HatchTemplate 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.HatchTemplate Property
ArcGIS Developer Help

IHatchClass.HatchTemplate Property

HatchTemplate for hatch class.

[Visual Basic .NET]
Public Property HatchTemplate As IHatchTemplate
[C#]
public IHatchTemplate HatchTemplate {get; set;}
[C++]
HRESULT get_HatchTemplate(
  IHatchTemplate** ppHatchTemplate
);
[C++]
HRESULT putref_HatchTemplate(
  IHatchTemplate* ppHatchTemplate
);
[C++]
Parameters
ppHatchTemplate [out, retval]

ppHatchTemplate is a parameter of type IHatchTemplate** ppHatchTemplate [in]
ppHatchTemplate is a parameter of type IHatchTemplate*

Product Availability

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

Remarks

The HatchTemplate property will need to be associated to a HatchClass.

See Also

IHatchClass Interface | IHatchClass Interface | IHatchTemplate Interface