| CtrlQueueDelete Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:dss_sharp.CtrlQueue.Delete(System.Int32)"]
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public void Delete(
int ActionHandle
)
Public Sub Delete (
ActionHandle As Integer
)
public:
void Delete(
int ActionHandle
)
member Delete :
ActionHandle : int -> unit
function Delete(ActionHandle);
Parameters
- ActionHandle
- Type: SystemInt32
[Missing <param name="ActionHandle"/> documentation for "M:dss_sharp.CtrlQueue.Delete(System.Int32)"]
See Also