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.
Version

DeleteKeyframe(Int32,Int32) Method
Delete keyframes between a start and end index.
Syntax
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, Windows 10

ArcGIS Pro version: 3 or higher.
See Also