This document is archived and information here might be outdated. Recommended version. |
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*
The ShowHatches property (as boolean) indicates whether to show hatches.
IHatchLayerExtension Interface | IHatchLayerExtension Interface