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


IHatchTemplate.HatchByPart Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

IHatchTemplate.HatchByPart Property

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(
  Boolean* HatchByPart
);
[C++]

Parameters HatchByPart [in]
HatchByPart is a parameter of type bool HatchByPart [out, retval]
HatchByPart is a parameter of type bool*

Product Availability

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

See Also

IHatchTemplate Interface