This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.ExportAnimation Method (ArcObjects .NET 10.4 SDK) |
Export the animation into a video file.
[Visual Basic .NET] Public Sub ExportAnimation ( _ ByVal pTracks As IAGAnimationTracks, _ ByVal pAnimEnv As IAGAnimationEnvironment, _ ByVal pStatusBar As IStatusBar _ )
[C#] public void ExportAnimation ( IAGAnimationTracks pTracks, IAGAnimationEnvironment pAnimEnv, IStatusBar pStatusBar );
[C++]
HRESULT ExportAnimation(
IAGAnimationTracks* pTracks,
IAGAnimationEnvironment* pAnimEnv,
IStatusBar* pStatusBar
);
[C++]
Parameters pTracks [in]
pTracks is a parameter of type IAGAnimationTracks pAnimEnv [in]
pAnimEnv is a parameter of type IAGAnimationEnvironment pStatusBar [in]
pStatusBar is a parameter of type IStatusBar