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

In This Topic
    DeleteKeyframe(Int32,Int32) Method
    In This Topic
    Delete keyframes between a start and end index.
    Syntax
    public void DeleteKeyframe( 
       int start,
       int end
    )
    Public Overloads Sub DeleteKeyframe( _
       ByVal start As Integer, _
       ByVal end As Integer _
    ) 

    Parameters

    start
    The start index of the range of keyframes to delete.
    end
    The end index of the range of keyframes to delete.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also