This document is archived and information here might be outdated. Recommended version. |
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