ArcObjects Library Reference (Animation)  

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(
  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

Product Availability

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

See Also

IAGAnimationEnvironment Interface