This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* ExcludeMask
);
[C++]
HRESULT put_ExcludeMask(
VARIANT_BOOL ExcludeMask
);
[C++] Parameters ExcludeMask [out, retval]
ExcludeMask is a parameter of type bool* ExcludeMask [in]
ExcludeMask is a parameter of type 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.