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


IAGAnimationContainer.RestoreViewerStates Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.RestoreViewerStates Method
ArcGIS Developer Help

IAGAnimationContainer.RestoreViewerStates Method

Restore the current state of the viewers.

[Visual Basic .NET]
Public Sub RestoreViewerStates ( _
    ByVal bApplyRestored As Boolean _
)
[C#]
public void RestoreViewerStates (
    bool bApplyRestored
);
[C++]
HRESULT RestoreViewerStates(
  VARIANT_BOOL bApplyRestored
);
[C++]
Parameters
bApplyRestored [in]

bApplyRestored is a parameter of type bool

Product Availability

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

See Also

IAGAnimationContainer Interface