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


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

IAGAnimationContainer.RefreshViews Method

Refresh the active viewer or all viewers.

[Visual Basic .NET]
Public Sub RefreshViews ( _
    ByVal bRefreshAllViewers As Boolean _
)
[C#]
public void RefreshViews (
    bool bRefreshAllViewers
);
[C++]
HRESULT RefreshViews(
  VARIANT_BOOL bRefreshAllViewers
);
[C++]

Parameters bRefreshAllViewers [in] bRefreshAllViewers is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGAnimationContainer Interface