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