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


IDynamicLegendRenderer.InstrumentedDrawPhases Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDynamicLegendRenderer.InstrumentedDrawPhases Property

Draw phases that affect dynamic legends.

[Visual Basic .NET]
Public ReadOnly Property InstrumentedDrawPhases As Integer
[C#]
public int InstrumentedDrawPhases {get;}
[C++]
HRESULT get_InstrumentedDrawPhases(
  System.Int32* drawPhases
);
[C++]

Parameters drawPhases [out, retval]
drawPhases is a parameter of type long*

Product Availability

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

See Also

IDynamicLegendRenderer Interface