Interface ICLDCoolantTubeIndexer
Auxiliary object of a COOLANT command to get access to the list of coolant tube states using array like syntax with square brackets.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDCoolantTubeIndexer
Properties
Item[Int32]
Allows you to determine whether or not to switch the state for the tube with a given index.
Declaration
bool this[int Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | The indedx of a tube to switch the state. The value of the index must be between 0..31 (TubeCount-1). |
Property Value
Type | Description |
---|---|
System.Boolean | "True" means that you need to switch the state of the tube[i] to a new value, "False" means that you need to leave the tube[i] state unchanged. |