Click or drag to resize

CommandListInsertRange Method

Inserts the contents of another CommandList into the current list at the specified position.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void InsertRange(
	int index,
	CommandList cl
)

Parameters

index  Int32
The 0-based position within the current list.
cl  CommandList
The other command list.
Remarks
Be aware that numerical branch targets may be invalidated by this operation.

Branch target labels, on the other hand, will be automatically adjusted.

See Also