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

Class to Declare a Variable
C#
public class DeclareVariable : CodiumSDK.CPL.Routine

Propiedades

NombreDescripción
MethodResultCreate a Instance of Variable with the result of the method

Métodos

NombreDescripción
Value()Return the Value of the Variable to Fill a Routine without position, filled by CODIUM
Value(position)Return the Value of the Variable to Fill a Routine with position

Constructores

NombreDescripción
DeclareVariable()Empty Constructor of the class Declare Variable
DeclareVariable(program, name, description, type)Constructor of the class Declare Variable with name,description and type

Value()

Return the Value of the Variable to Fill a Routine without position, filled by CODIUM
C#
public CodiumSDK.CPL.Fill Value();

Regresa

CodiumSDK.CPL.Fill

Value(position)

Return the Value of the Variable to Fill a Routine with position
C#
public CodiumSDK.CPL.Fill Value(System.Int32 position);

Regresa

CodiumSDK.CPL.Fill

Parámetros

NombreTipoDescripción
positionSystem.Int32

DeclareVariable()

Empty Constructor of the class Declare Variable
C#
public DeclareVariable();

DeclareVariable(program, name, description, type)

Constructor of the class Declare Variable with name,description and type
C#
public DeclareVariable(CodiumSDK.CPL.ProgramDefinition program, System.String name, System.String description, CodiumSDK.CPL.CPLType type);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
nameSystem.StringName of the Variable
descriptionSystem.String
typeCodiumSDK.CPL.CPLTypeType of the Variable