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


IMapInset.IsLive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset Interface > IMapInset.IsLive Property
ArcGIS Developer Help

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(
  Boolean* IsLive
);
[C++]
HRESULT put_IsLive(
  VARIANT_BOOL IsLive
);
[C++]
Parameters
IsLive [out, retval]

IsLive is a parameter of type bool* IsLive [in]
IsLive is a parameter of type bool

Product Availability

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

See Also

IMapInset Interface