This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDisplay2 Interface > IDynamicDisplay2.SupportStaticDrawing Property (ArcObjects .NET 10.5 SDK) |
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