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


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

IAGAnimationUtils.SaveAnimationFile Method

Save the animation to a file.

[Visual Basic .NET]
Public Sub SaveAnimationFile ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pFilename As String, _
    ByVal version As esriArcGISVersion _
)
[C#]
public void SaveAnimationFile (
    IAGAnimationContainer pContainer,
    string pFilename,
    esriArcGISVersion version
);
[C++]
HRESULT SaveAnimationFile(
  IAGAnimationContainer* pContainer,
  BSTR pFilename,
  esriArcGISVersion version
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* pFilename [in]
pFilename is a parameter of type BSTR version [in]
version is a parameter of type esriArcGISVersion

Product Availability

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

Remarks

This is the utility function to save an animation as a file. When an animation is saved as a file, all the animation environment settings, keyframe and track properties from the animation container (specified by pContainer) are persisted.

See Also

IAGAnimationUtils Interface