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

    Parameters

    index
    The index of the keyframe to delete.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also