Interface ICodeParametersOfCLDCommandBooleanIndexer
An indexer, which allows to get the value of the parameter of CLData command by its numerical code in the form of boolean.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICodeParametersOfCLDCommandBooleanIndexer
Properties
Item[Int32]
Returns the value of the parameter by its numerical code.
Declaration
bool this[int paramCode] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | paramCode | Unique numerical code which defines the kind of parameter. |
Property Value
Type | Description |
---|---|
System.Boolean | Returns the value of the parameter in the form of boolean. It shows an error in logs if the parameter with a given code does not present in the list. |