ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.RestoreObjectProperties Method

Restores the saved properties of the attached object specified.

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

Parameters

pScene [in]

  pScene is a parameter of type IScene

index [in]   index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface