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: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface ICLDCoolantTubeIndexer
Properties
this[int]
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 |
---|---|---|
int | 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 |
---|---|
bool | "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. |