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

Class for fill parameters of Routines with a Constant
C#
public class Constant : CodiumSDK.CPL.Fill

Constructores

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

NombreTipoDescripción
positionSystem.Int32Position of the parameter
valueSystem.StringValue

Constant(value)

Constructor with the value, the position is assigned by CODIUM
C#
public Constant(System.String value);

Parámetros

NombreTipoDescripción
valueSystem.StringValue