ArcObjects Library Reference (3DAnalyst)  

IAnimationTracks.SaveTracks Method

Save the animation tracks to a stream.

[Visual Basic .NET]
Public Sub SaveTracks ( _
    ByVal pStm As IStream _
)
[C#]
public void SaveTracks (
    IStream pStm
);
[C++]
HRESULT SaveTracks(
  IStream* pStm
);
[C++]

Parameters

pStm [in]

  pStm is a parameter of type IStream

Product Availability

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

See Also

IAnimationTracks Interface