ArcObjects Library Reference  (Carto)    

IDynamicMap.DynamicMapEnabled Property

Indicates if dynamic map is turn on or off.

[Visual Basic 6.0]
Property DynamicMapEnabled As Boolean
[Visual Basic .NET]
Public Property DynamicMapEnabled As Boolean
[C#]
public bool DynamicMapEnabled {get; set;}
[Java]
public boolean isDynamicMapEnabled()
throws
    IOException,
    AutomationException
[Java]
public void setDynamicMapEnabled(
boolean DynamicMapEnabled
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_DynamicMapEnabled(
  VARIANT_BOOL* isEnable
);
[C++]
HRESULT put_DynamicMapEnabled(
  VARIANT_BOOL isEnable

);

[C++]

Parameters

isEnable [out, retval]

  isEnable is a parameter of type VARIANT_BOOL

isEnable [in]

  isEnable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDynamicMap Interface

 


Feedback Send feedback on this page