Interface ICodeParametersOfCLDCommandStringIndexer
An indexer, which allows to get the value of the parameter of CLData command by its numerical code in the form of textual string.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICodeParametersOfCLDCommandStringIndexer
Properties
Item[Int32]
Returns the value of the parameter by its numerical code.
Declaration
string 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.String | Returns the value of the parameter in the form of textual string. It shows an error in logs if the parameter with a given code does not present in the list. |