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

Class for fill parameters of Routines with a Method Parameter, Method Routine have the “Parameter” function to obtain by name
Constructores
#MethodParameter(position, name)

Constructor with position of the parameter and the name to recover
| C# |
| public MethodParameter(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 |
#MethodParameter(name)

Constructor with the name to recover, the position is assigned by CODIUM
| C# |
| public MethodParameter(System.String name); |
Parámetros
| Nombre | Tipo | Descripción |
|---|
| name | System.String | Name of the parameter |