ArcObjects Library Reference (Animation)  

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 LPUNKNOWN

Product Availability

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

See Also

IAGAnimationContainer Interface