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


IHatchTemplate.HatchByPart Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.HatchByPart Property
ArcGIS Developer Help

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