DisplaySettingsSetSetCommand Method  | 
 
            Sets the command.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetSetCommand(
	byte setCommand
)
Public Sub SetSetCommand ( 
	setCommand As Byte
)
public:
void SetSetCommand(
	unsigned char setCommand
)
member SetSetCommand : 
        setCommand : byte -> unit 
Parameters
- setCommand
 - Type: SystemByte
The command. 
See Also