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


IAGAnimationTracks.LoadTracks Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.LoadTracks Method
ArcGIS Developer Help

IAGAnimationTracks.LoadTracks Method

Load the animation tracks from a stream.

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

pStm is a parameter of type IStream*

Product Availability

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

See Also

IAGAnimationTracks Interface