ArcObjects Library Reference (Carto)  

IMapInset2.IsLive Property

Indicates if the inset shows a live view of the underlying map. False means a snapshot of the underlying map is taken at the time the flag is changed.

[Visual Basic .NET]
Public Property IsLive As Boolean
[C#]
public bool IsLive {get; set;}
[C++]
HRESULT get_IsLive(
  VARIANT_BOOL* IsLive
);
[C++]
HRESULT put_IsLive(
  VARIANT_BOOL IsLive
);
[C++]

Parameters

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

Product Availability

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

See Also

IMapInset2 Interface