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


IDynamicDisplay2.SupportStaticDrawing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDisplay2 Interface > IDynamicDisplay2.SupportStaticDrawing Property
ArcGIS Developer Help

IDynamicDisplay2.SupportStaticDrawing Property

Indicates whether display supports static drawing such as lables and graphics.

[Visual Basic .NET]
Public Property SupportStaticDrawing As Boolean
[C#]
public bool SupportStaticDrawing {get; set;}
[C++]
HRESULT get_SupportStaticDrawing(
  Boolean* staticDrawing
);
[C++]
HRESULT put_SupportStaticDrawing(
  VARIANT_BOOL staticDrawing
);
[C++]
Parameters
staticDrawing [out, retval]

staticDrawing is a parameter of type bool* staticDrawing [in]
staticDrawing is a parameter of type bool

Product Availability

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

See Also

IDynamicDisplay2 Interface