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


IDotDensityRenderer.CreateLegend Method (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.CreateLegend Method
ArcGIS Developer Help

IDotDensityRenderer.CreateLegend Method

Creates the legend. Call after all properties are set.

[Visual Basic .NET]
Public Sub CreateLegend ( _
)
[C#]
public void CreateLegend (
);
[C++]
HRESULT CreateLegend(
void
);

Product Availability

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

Description

Call this method after making any changes to the dot density renderer.

See Also

IDotDensityRenderer Interface