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

Class with extentions for All Routines, like Add Child Routine
| C# |
| public static class RoutineExtentions : System.Object |
Métodos
#AddRoutine(routine, subroutine)
| C# |
| public AddRoutine(this routine, CodiumSDK.CPL.Routine subroutine); |
Regresa
Parámetros
| Nombre | Tipo | Descripción |
|---|
| routine | this | |
| subroutine | CodiumSDK.CPL.Routine | |
#RemoveAllRoutines(routine)

Remove All Subroutine of the current Routine
| C# |
| public RemoveAllRoutines(this routine, ); |
Regresa
Parámetros
| Nombre | Tipo | Descripción |
|---|
| routine | this | Routine |
#RemoveByPositionRoutine(routine, position)
| C# |
| public RemoveByPositionRoutine(this routine, System.Int32 position); |
Regresa
Parámetros
| Nombre | Tipo | Descripción |
|---|
| routine | this | |
| position | System.Int32 | |