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


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

IAGAnimationContainer.RefreshObject Method

Container-specific actions to refresh object.

[Visual Basic .NET]
Public Sub RefreshObject ( _
    ByVal pObject As Object _
)
[C#]
public void RefreshObject (
    object pObject
);
[C++]
HRESULT RefreshObject(
  LPUNKNOWN pObject
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IUnknown

Product Availability

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

See Also

IAGAnimationContainer Interface

.NET Samples

Layer effects animation in ArcMap