ArcObjects Library Reference (Location)  

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