Interface DuplicableObject
- All Known Subinterfaces:
Channel,ClipLauncherSlot,ClipLauncherSlotOrScene,CueMarker,CursorChannel,CursorDevice,CursorDeviceLayer,CursorTrack,Device,DeviceLayer,DrumPad,MasterTrack,PinnableCursorDevice,PrimaryDevice,Scene,Track
public interface DuplicableObject
-
Method Summary
Modifier and TypeMethodDescriptionvoidDuplicates this object into the document.Duplicates this object into the document.
-
Method Details
-
duplicateObject
void duplicateObject()Duplicates this object into the document. If you want to duplicate multiple objects at once, see Host.duplicateObjects().- Since:
- API version 19
-
duplicateObjectAction
HardwareActionBindable duplicateObjectAction()Duplicates this object into the document.- Since:
- API version 19
-