This document is archived and information here might be outdated. Recommended version. |
Records a view animation.
[Visual Basic .NET] Public Sub RecordAnimation ( _ ByVal pTracks As IAGAnimationTracks, _ ByVal pEnvironment As IAGAnimationEnvironment, _ ByVal bOverwrite As Boolean _ )
[C#] public void RecordAnimation ( IAGAnimationTracks pTracks, IAGAnimationEnvironment pEnvironment, bool bOverwrite );
[C++]
HRESULT RecordAnimation(
IAGAnimationTracks* pTracks,
IAGAnimationEnvironment* pEnvironment,
VARIANT_BOOL bOverwrite
);
[C++] Parameters pTracks [in]
pTracks is a parameter of type IAGAnimationTracks* pEnvironment [in]
pEnvironment is a parameter of type IAGAnimationEnvironment* bOverwrite [in]
bOverwrite is a parameter of type bool