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


IHatchTemplate.HatchByPart Property (ArcObjects .NET 10.4 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(
  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

Product Availability

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

See Also

IHatchTemplate Interface