ArcObjects Library Reference (Animation)  

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

.NET Related Topics

How to save and load ArcGIS animation files