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


IAnimationTrack.MoveKeyframe Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.MoveKeyframe Method
ArcGIS Developer Help

IAnimationTrack.MoveKeyframe Method

Moves the keyframe with the given index, inserting it with a different index.

[Visual Basic .NET]
Public Sub MoveKeyframe ( _
    ByVal originIndex As Integer, _
    ByVal destinationIndex As Integer _
)
[C#]
public void MoveKeyframe (
    int originIndex,
    int destinationIndex
);
[C++]
HRESULT MoveKeyframe(
  long originIndex,
  long destinationIndex
);
[C++]
Parameters
originIndex [in]

originIndex is a parameter of type long destinationIndex [in]
destinationIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface