This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityMasking Interface > IDotDensityMasking.UseMasking Property (ArcObjects .NET 10.4 SDK) |
Indicates if masking is used.
[Visual Basic .NET] Public Property UseMasking As Boolean
[C#] public bool UseMasking {get; set;}
[C++]
HRESULT get_UseMasking(
VARIANT_BOOL* UseMasking
);
[C++]
HRESULT put_UseMasking(
VARIANT_BOOL UseMasking
);
[C++]
Parameters UseMasking [out, retval] UseMasking is a parameter of type VARIANT_BOOL UseMasking [in] UseMasking is a parameter of type VARIANT_BOOL
Specifies whether or not dot density masking is used. If True , then the MaskGeometry is used to control the placement of dots within polygon features of the rendered layer.