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(
  long* 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