This document is archived and information here might be outdated.  Recommended version.


IMapInset.IsLive Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapInset.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

IMapInset Interface