Interface DeleteableObject
- All Known Subinterfaces:
Channel,ClipLauncherSlot,ClipLauncherSlotOrScene,CueMarker,CursorChannel,CursorDevice,CursorDeviceLayer,CursorRemoteControlsPage,CursorTrack,Device,DeviceLayer,DrumPad,MasterTrack,PinnableCursorDevice,PrimaryDevice,RemoteControl,RemoteControlsPage,Scene,Track
public interface DeleteableObject
Interface implemented by objects that can be deleted from the project.
- Since:
- API version 10
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeletes this object from the document.Deletes this object from the document.
-
Method Details
-
deleteObject
void deleteObject()Deletes this object from the document. If you want to delete multiple objects at once, see Host.deleteObjects().- Since:
- API version 10
-
deleteObjectAction
HardwareActionBindable deleteObjectAction()Deletes this object from the document.- Since:
- API version 15
-