Click or drag to resize

CommandListAppendProgress Method

The progress identifier can be used to track the progress of marking operations.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendProgress(
	int id
)

Parameters

id  Int32
The ID, which may have any uint value, but should normally be unique.
Remarks
Appends a PROGRESS_ID command to the list.
See Also