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


IDynamicLegendRenderer.StartInstrumentedDraw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicLegendRenderer Interface > IDynamicLegendRenderer.StartInstrumentedDraw Method
ArcGIS Developer Help

IDynamicLegendRenderer.StartInstrumentedDraw Method

Call before renderer.Draw so that legend info can be sampled.

[Visual Basic .NET]
Public Sub StartInstrumentedDraw ( _
    ByVal Type As esriDynamicLegendType, _
    ByVal mapDisplay As IDisplay, _
    ByVal visibleArea As IGeometry _
)
[C#]
public void StartInstrumentedDraw (
    esriDynamicLegendType Type,
    IDisplay mapDisplay,
    IGeometry visibleArea
);
[C++]
HRESULT StartInstrumentedDraw(
  esriDynamicLegendType Type,
  IDisplay* mapDisplay,
  IGeometry* visibleArea
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriDynamicLegendType mapDisplay [in]
mapDisplay is a parameter of type IDisplay* visibleArea [in]
visibleArea is a parameter of type IGeometry*

Product Availability

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

See Also

IDynamicLegendRenderer Interface