Role: Use this collection object to manage ArrangementRun objects.
Methods
- Func AddRun( iRelAxis, iListofMathPoints, iMathDirection) As
-
Creates an ArrangementRun and adds it to the collection.
- Parameters:
-
- iRelAxis
- Relative Axis to be considered. dd>
- iListofMathPoints
- List of points through which to route. dd>
- iMathDirection
- Starting routing direction. dd>
- Returns:
- Returns the newly created ArrangementRun object and adds it to the collection. dd>
- Func Item( iIndex) As
-
Returns the specified ArrangementRun item of the collection object.
- Parameters:
-
- iIndex
- The index or the name of the ArrangementRun to retrieve from this collection.
- To retrieve a specific object by number, use the rank of the ArrangementRun in that collection.
- Note that the index of the first element in the collection is 1, and the index of the last element is Count. To retrieve a specific ArrangementRun by name, use name that you assigned using the property. dd>
- Returns:
- The retrieved ArrangementRun object. dd>
- Sub Remove( iIndex)
-
Removes the specified ArrangementRun object from the collection.
- Parameters:
-
- iIndex
- The index or the name of the ArrangementRun to remove from this collection.
- To remove a specific object by number, use the rank of the ArrangementRun in that collection.
- Note that the index of the first element in the collection is 1, and the index of the last element is Count. To remove a specific ArrangementRun by name, use name that you assigned using the property. dd>