ArcObjects Library Reference (Location)  

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(
  VARIANT_BOOL pshowHatches
);
[C++]

Parameters

pshowHatches [out, retval]   pshowHatches is a parameter of type VARIANT_BOOL pshowHatches [in]   pshowHatches is a parameter of type VARIANT_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