This document is archived and information here might be outdated.  Recommended version.


IAGAnimationPlayer.RecordAnimation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationPlayer Interface > IAGAnimationPlayer.RecordAnimation Method
ArcGIS Developer Help

IAGAnimationPlayer.RecordAnimation Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationPlayer Interface