<< Click to Display Table of Contents > 

Client Control Interface Manual > Mark > Mark Sequence

Mark Sequence
Previous pageReturn to chapter overviewNext page

ResetSequence

 

Reset Sequence

Set

Get

DLL Function

int CCI_Return = ScExecCommand(int Cmd_ID)

ASCII Function

int CCI_Return = ScCciResetSequence()

Description

This resets the marking sequence to its initial state. This is important for jobs using the beat count and beat offset parameters.

Cmd_ID

Type: int

ID:

Location: ScComSAMLightClientCtrlExecCommandConstants

scComSAMLightClientCtrlExecCommandResetSequence

2

CCI_Return

Type: int

CCI return number, see error list.

Notes

-

C# Example: Reset Sequence:

 
int CCI_Return = cci.ScExecCommand( ( int )ScComSAMLightClientCtrlExecCommandConstants.scComSAMLightClientCtrlExecCommandResetSequence );

Table 266: Reset Sequence