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


IDotDensityRenderer.ControlLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDotDensityRenderer Interface > IDotDensityRenderer.ControlLayer Property
ArcGIS Developer Help

IDotDensityRenderer.ControlLayer Property

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.

See Also

IDotDensityRenderer Interface