Click or drag to resize

RawCommandCloneFrom Method

Clone Payload and CmdCode from other RawCommand instance.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntax
C#
public void CloneFrom(
	RawCommand other
)

Parameters

other  RawCommand
Instance to clone from.
See Also