CODIUM Programming Language (CPL) CodiumSDK CPL Fills Constant
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL.Fills
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Class for fill parameters of Routines with a Constant
C# |
public class Constant : CodiumSDK.CPL.Fill |
Constructores
Nombre | Descripción | |
---|---|---|
Constant(position, value) | Constructor with position of the parameter and the value | |
Constant(value) | Constructor with the value, the position is assigned by CODIUM |
Constant(position, value)
Constructor with position of the parameter and the value
C# |
public Constant(System.Int32 position, System.String value); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
position | System.Int32 | Position of the parameter |
value | System.String | Value |
Constant(value)
Constructor with the value, the position is assigned by CODIUM
C# |
public Constant(System.String value); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
value | System.String | Value |