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


IBasicScene.SaveAnimation 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.SaveAnimation Method
ArcGIS Developer Help

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