ArcObjects Library Reference  (Display)    

IDynamicScreenDisplay.DynamicDisplayEnabled Property

Indicates if dynamic display is turn on or off.

[Visual Basic 6.0]
Property DynamicDisplayEnabled As Boolean
[Visual Basic .NET]
Public ReadOnly Property DynamicDisplayEnabled As Boolean
[C#]
public bool DynamicDisplayEnabled {get;}
[Java]
public boolean isDynamicDisplayEnabled()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_DynamicDisplayEnabled(
  VARIANT_BOOL* isEnable
);
[C++]

Parameters

isEnable [out, retval]

  isEnable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDynamicScreenDisplay Interface

 


Feedback Send feedback on this page