This document is archived and information here might be outdated.  Recommended version.


IDotDensityMasking.ExcludeMask Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityMasking Interface > IDotDensityMasking.ExcludeMask Property
ArcGIS Developer Help

IDotDensityMasking.ExcludeMask Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

Remarks

To turn dot density masking on or off set UseMasking.

See Also

IDotDensityMasking Interface