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


IAGKeyframe.RefreshObject Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGKeyframe.RefreshObject Method

Recreates the object after its properties have been interpolated.

[Visual Basic .NET]
Public Sub RefreshObject ( _
    ByVal pTrack As IAGAnimationTrack, _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pObject As Object _
)
[C#]
public void RefreshObject (
    IAGAnimationTrack pTrack,
    IAGAnimationContainer pContainer,
    object pObject
);
[C++]
HRESULT RefreshObject(
  IAGAnimationTrack* pTrack,
  IAGAnimationContainer* pContainer,
  VARIANT pObject
);
[C++]

Parameters pTrack [in]
pTrack is a parameter of type IAGAnimationTrack pContainer [in]
pContainer is a parameter of type IAGAnimationContainer pObject [in] pObject is a parameter of type VARIANT

Product Availability

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

See Also

IAGKeyframe Interface