This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface > IMapInset2.IsLive Property (ArcObjects .NET 10.5 SDK) |
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