
Espacio de nombres:
CodiumSDK.CPL.FillsEnsamblado: CodiumSDK.dll

Class for fill parameters of Routines with a Constant
Constructores
#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 |