This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.HatchByPart Property (ArcObjects .NET 10.4 SDK) |
Indicates whether to hatch by part vs. by polyline.
[Visual Basic .NET] Public Property HatchByPart As Boolean
[C#] public bool HatchByPart {get; set;}
[C++]
HRESULT get_HatchByPart(
VARIANT_BOOL* HatchByPart
);
[C++]
HRESULT put_HatchByPart(
VARIANT_BOOL HatchByPart
);
[C++]
Parameters HatchByPart [out, retval] HatchByPart is a parameter of type VARIANT_BOOL HatchByPart [in] HatchByPart is a parameter of type VARIANT_BOOL