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


IAGAnimationContainer.RefreshViews 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.RefreshViews Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IAGAnimationContainer Interface