This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchLayerExtension Interface > IHatchLayerExtension.ShowHatches Property (ArcObjects .NET 10.4 SDK) |
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
The ShowHatches property (as boolean) indicates whether to show hatches.
IHatchLayerExtension Interface | IHatchLayerExtension Interface