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


IDotDensityMasking Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityMasking Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IDotDensityMasking Interface

Provides access to the masking properties of a dot density fill symbol.

Product Availability

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

Description

Use this interface to access the masking properties of a DotDensityRenderer.  To access a renderer's masking layer, use IDotDensityRenderer.ControlLayer.

Members

Name Description
Read/write property ExcludeMask Indicates if the dots are to be excluded from the mask area.
Read/write property MaskGeometry The geometry used for masking (can be a geometry collection).
Read/write property UseMasking Indicates if masking is used.

CoClasses that implement IDotDensityMasking

CoClasses and Classes Description
DotDensityFillSymbol Defines a dot density fill symbol, a data driven symbol commonly used with the dot density renderer.

See Also

IDotDensityFillSymbol Interface | IDotDensityFillSymbol2 Interface