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


IBasicScene.LoadAnimation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IB > IBasicScene Interface > IBasicScene.LoadAnimation Method
ArcGIS Developer Help

IBasicScene.LoadAnimation Method

Load the animation from a file.

[Visual Basic .NET]
Public Sub LoadAnimation ( _
    ByVal pFilename As String _
)
[C#]
public void LoadAnimation (
    string pFilename
);
[C++]
HRESULT LoadAnimation(
  BSTR pFilename
);
[C++]
Parameters
pFilename [in]

pFilename is a parameter of type BSTR

Product Availability

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

See Also

IBasicScene Interface

.NET Samples

Animation in the GlobeControl