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: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface ICodeParametersOfCLDCommandBooleanIndexer
Properties
this[int]
Returns the value of the parameter by its numerical code.
Declaration
bool this[int paramCode] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | paramCode | Unique numerical code which defines the kind of parameter. |
Property Value
Type | Description |
---|---|
bool | 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. |