This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.HatchTemplate Property (ArcObjects .NET 10.4 SDK) |
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
The HatchTemplate property will need to be associated to a HatchClass.
IHatchClass Interface | IHatchClass Interface | IHatchTemplate Interface