This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDotDensityRenderer Interface > IDotDensityRenderer.ControlLayer Property (ArcObjects .NET 10.5 SDK) |
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
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.