This document is archived and information here might be outdated. Recommended version. |
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*