Espacio de nombres:
CodiumSDK.CPL.FillsEnsamblado: CodiumSDK.dll
Class for fill parameters of Routines with a Variable, Declare Variable Routine have the “Value” function to obtain this
Constructores
| Nombre | Descripción |
---|
| Variable(position, name) | Constructor with position of the parameter and the name of the variable |
| Variable(name) | Constructor with the name of the variable, the position is assigned by CODIUM |
#Variable(position, name)
Constructor with position of the parameter and the name of the variable
C# |
public Variable(System.Int32 position, System.String name); |
Parámetros
Nombre | Tipo | Descripción |
---|
position | System.Int32 | Position of the parameter |
name | System.String | Name of the parameter |
#Variable(name)
Constructor with the name of the variable, the position is assigned by CODIUM
C# |
public Variable(System.String name); |
Parámetros
Nombre | Tipo | Descripción |
---|
name | System.String | Name of the parameter |