ITaskMonitorStep Method (Int32)
|
Retrieves a
Step by its index.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IStepWithWeight Step(
int index
)
Function Step (
index As Integer
) As IStepWithWeight
IStepWithWeight^ Step(
int index
)
abstract Step :
index : int -> IStepWithWeight
Parameters
- index
- Type: SystemInt32
Index of the step
Return Value
Type:
IStepWithWeightIf index is out of range of the steps collection, returns null.
See Also