This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationEnvironment Interface > IAGAnimationEnvironment.RestoreState Property (ArcObjects .NET 10.5 SDK) |
Indicates the state of display after animation stops.
[Visual Basic .NET] Public Property RestoreState As Boolean
[C#] public bool RestoreState {get; set;}
[C++]
HRESULT get_RestoreState(
VARIANT_BOOL* pRestoreState
);
[C++]
HRESULT put_RestoreState(
VARIANT_BOOL pRestoreState
);
[C++]
Parameters pRestoreState [out, retval] pRestoreState is a parameter of type VARIANT_BOOL pRestoreState [in] pRestoreState is a parameter of type VARIANT_BOOL