ArcObjects Library Reference (Display)  

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(
  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

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