
Espacio de nombres:
CodiumSDK.CPLEnsamblado: CodiumSDK.dll

Abstract class used to define values to fill parameters of a Routine
| C# |
| public abstract class Fill : System.Object |
Constructores
| Nombre | Descripción |
|---|
 | Fill() | Constructor with undefined position, the position is defined by CODIUM |
 | Fill(position) | Constructor with defined position |
#Fill()

Constructor with undefined position, the position is defined by CODIUM
#Fill(position)

Constructor with defined position
| C# |
| public Fill(System.Int32 position); |
Parámetros
| Nombre | Tipo | Descripción |
|---|
| position | System.Int32 | Position of the parameter |