Click or drag to resize

ITaskMonitorStep(Int32) Method


Retrieves a Step by its index.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IStepWithWeight Step(
	int index
)

Parameters

index  Int32
Index of the step

Return Value

IStepWithWeight
If index is out of range of the steps collection, returns null.
See Also