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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.