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


IAGAnimationTrackKeyframes.RestoreObjectProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationTrackKeyframes.RestoreObjectProperties Method

Restores the saved properties of the attached object specified.

[Visual Basic .NET]
Public Sub RestoreObjectProperties ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal index As Integer _
)
[C#]
public void RestoreObjectProperties (
    IAGAnimationContainer pContainer,
    int index
);
[C++]
HRESULT RestoreObjectProperties(
  IAGAnimationContainer* pContainer,
  long index
);
[C++]

Parameters pContainer [in]
pContainer is a parameter of type IAGAnimationContainer index [in] index is a parameter of type long

Product Availability

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

See Also

IAGAnimationTrackKeyframes Interface