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


IAGAnimationContainer.RestoreViewerStates Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

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 VARIANT_BOOL

Product Availability

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

See Also

IAGAnimationContainer Interface