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


IAGAnimationPlayer.RecordAnimation Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

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 VARIANT_BOOL

Product Availability

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

See Also

IAGAnimationPlayer Interface