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.