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 (type as boolean) indicates whether to show hatches.
See Also
IHatchClass Interface | IHatchClass Interface | IHatchLayerExtension Interface