BusinessProcessRoutePoints
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Business-process route points are retrieved during iteration.
Access to business-process route point is possible using [...] operator. Index (starting from 0) of business-process route point in the collection is passed as an argument.
Properties:
Methods:
Get
IndexOf
Description:
Availability:
Example:
Count = BusinessProcesses.ExtractOfAccount.RoutePoints.Count(); For each Point In BusinessProcesses.ExtractOfAccount.RoutePoints Do Message("Route point: " + Point.Name); Index = BusinessProcesses.ExtractOfAccount.RoutePoints.IndexOf(Point); Message("Point index: " + Index); EndDo; |
See also:
BusinessProcessRoutePointRef