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


IAGAnimationEnvironment.RestoreState Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationEnvironment Interface > IAGAnimationEnvironment.RestoreState Property
ArcGIS Developer Help

IAGAnimationEnvironment.RestoreState Property

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(
  Boolean* pRestoreState
);
[C++]
Parameters
pRestoreState [in]

pRestoreState is a parameter of type bool pRestoreState [out, retval]
pRestoreState is a parameter of type bool*

Product Availability

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

See Also

IAGAnimationEnvironment Interface