ArcObjects Library Reference (3DAnalyst)  

IBasicScene.SaveAnimation Method

Save the animation to a file.

[Visual Basic .NET]
Public Sub SaveAnimation ( _
    ByVal pFilename As String _
)
[C#]
public void SaveAnimation (
    string pFilename
);
[C++]
HRESULT SaveAnimation(
  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