This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityMasking Interface > IDotDensityMasking.ExcludeMask Property (ArcObjects .NET 10.5 SDK) |
Indicates if the dots are to be excluded from the mask area.
[Visual Basic .NET] Public Property ExcludeMask As Boolean
[C#] public bool ExcludeMask {get; set;}
[C++]
HRESULT get_ExcludeMask(
VARIANT_BOOL* ExcludeMask
);
[C++]
HRESULT put_ExcludeMask(
VARIANT_BOOL ExcludeMask
);
[C++]
Parameters ExcludeMask [out, retval] ExcludeMask is a parameter of type VARIANT_BOOL ExcludeMask [in] ExcludeMask is a parameter of type VARIANT_BOOL
Specifies whether or not dots are only to be placed outside the polygons of the layer specified in IDotDensityRenderer::ControlLayer, or whether or not they are only to be placed inside these polygons.
To turn dot density masking on or off set UseMasking.