Espacio de nombres: CodiumSDK.CPL.Fills
Ensamblado: CodiumSDK.dll

Class for fill parameters of Routines with a Variable, Declare Variable Routine have the “Value” function to obtain this
C#
public class Variable : CodiumSDK.CPL.Fill

Constructores

NombreDescripció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

NombreTipoDescripción
positionSystem.Int32Position of the parameter
nameSystem.StringName 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

NombreTipoDescripción
nameSystem.StringName of the parameter