Control layer used for masking.
[Visual Basic .NET] Public Property ControlLayer As IFeatureLayer
[C#] public IFeatureLayer ControlLayer {get; set;}
[C++]
HRESULT get_ControlLayer(
IFeatureLayer** Layer
);
[C++]
HRESULT putref_ControlLayer(
IFeatureLayer* Layer
);
[C++]Parameters
Layer [out, retval]Layer is a parameter of type IFeatureLayer
Layer [in]Layer is a parameter of type IFeatureLayer
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This is the layer used for dot density masking. Dot density masking restricts the placement of dots within the polygons being renderered based on the polygons in the ControlLayer. Use IDotDensityMasking to access additional masking properties.