ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Track Class / DeleteKeyframe Method / DeleteKeyframe(Int32) Method
The index of the keyframe to delete.

In This Topic
    DeleteKeyframe(Int32) Method
    In This Topic
    Delete a keyframe at a specified index.
    Syntax
    public void DeleteKeyframe( 
       int index
    )
    Public Overloads Sub DeleteKeyframe( _
       ByVal index As Integer _
    ) 

    Parameters

    index
    The index of the keyframe to delete.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also