pltICurve GetEditHandle
Gets a handle to the pltIEdit interface for the specified edit (for example, cut, trim, bridge).
Syntax
pltICurve_handle GetEditHandle iEdit, idx
Application
Tcl Query
Description
This method creates an interface and copies the pointer to it into this value. The caller is responsible for deleting it.
Inputs
- iEdit
- A reference to a pltIEdit pointer.
- idx
- The index of the edit to which an interface is desired. Must be positive.
Errors
Returns success or an error code.