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 > IAGAnimationPlayer Interface > IAGAnimationPlayer.RecordAnimation Method (ArcObjects .NET 10.5 SDK) |
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 VARIANT_BOOL