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


IDynamicDisplay2.SupportStaticDrawing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  VARIANT_BOOL* staticDrawing
);
[C++]
HRESULT put_SupportStaticDrawing(
  VARIANT_BOOL staticDrawing
);
[C++]

Parameters staticDrawing [out, retval] staticDrawing is a parameter of type VARIANT_BOOL staticDrawing [in] staticDrawing is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDynamicDisplay2 Interface