ArcGIS Pro 2.6 API Reference Guide
DeleteKeyframe(Int32,Int32) Method

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.
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 10, Windows 8.1, Windows 7

See Also

Reference

Track Class
Track Members
Overload List