This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationUtils Interface > IAGAnimationUtils.SaveAnimationFile Method (ArcObjects .NET 10.5 SDK) |
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
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.