ArcGIS Pro 3.7 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 Overloads Sub DeleteKeyframe( _
       ByVal start As Integer, _
       ByVal end As Integer _
    ) 
    public void DeleteKeyframe( 
       int start,
       int end
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also