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


IDotDensityMasking.UseMasking 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.UseMasking Property
ArcGIS Developer Help

IDotDensityMasking.UseMasking Property

Indicates if masking is used.

[Visual Basic .NET]
Public Property UseMasking As Boolean
[C#]
public bool UseMasking {get; set;}
[C++]
HRESULT get_UseMasking(
  Boolean* UseMasking
);
[C++]
HRESULT put_UseMasking(
  VARIANT_BOOL UseMasking
);
[C++]
Parameters
UseMasking [out, retval]

UseMasking is a parameter of type bool* UseMasking [in]
UseMasking is a parameter of type bool

Product Availability

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

Description

Specifies whether or not dot density masking is used. If True , then the MaskGeometry is used to control the placement of dots within polygon features of the rendered layer.

See Also

IDotDensityMasking Interface