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


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

IHatchLayerExtension.ShowHatches Property

Indicates whether to show hatches.

[Visual Basic .NET]
Public Property ShowHatches As Boolean
[C#]
public bool ShowHatches {get; set;}
[C++]
HRESULT get_ShowHatches(
  VARIANT_BOOL pshowHatches
);
[C++]
HRESULT put_ShowHatches(
  Boolean* pshowHatches
);
[C++]
Parameters
pshowHatches [in]

pshowHatches is a parameter of type bool pshowHatches [out, retval]
pshowHatches is a parameter of type bool*

Product Availability

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

Remarks

The ShowHatches property (as boolean) indicates whether to show hatches.

See Also

IHatchLayerExtension Interface | IHatchLayerExtension Interface