Role: Use this collection object to manage (create, retrieve and remove) ArrangementItemReservation objects.
Methods
- Func AddItemReservation( iRelAxis, iPosition, iXMin, iYMin, iZMin, iXMax, iYMax, iZMax) As
-
Creates an ArrangementItemReservation and adds it to the collection.
- Parameters:
-
- iRelAxis
- Relative Axis to be considered. dd>
- iPosition
- Position information for the ItemReservation (rotation and location). dd>
- iXMin
- Minium X Coordinate of the bounding box on the Item Reservation. dd>
- iYMin
- Minium Y Coordinate of the bounding box on the Item Reservation. dd>
- iZMin
- Minium Z Coordinate of the bounding box on the Item Reservation. dd>
- iXMax
- Maximum X Coordinate of the bounding box on the Item Reservation. dd>
- iYMax
- Maximum Y Coordinate of the bounding box on the Item Reservation. dd>
- iZMax
- Maximum Z Coordinate of the bounding box on the Item Reservation. dd>
- Returns:
- Returns the newly created ArrangementItemReservation object and adds it to the collection. dd>
- Func Item( iIndex) As
-
Returns the specified ArrangementItemReservation item of the collection.
- Parameters:
-
- iIndex
- The index or the name of the ArrangementItemReservation to retrieve from this collection.
- To retrieve a specific object by number, use the rank of the ArrangementItemReservation 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 ArrangementItemReservation by name, use name that you assigned using the property. dd>
- Returns:
- The retrieved ArrangementItemReservation object. dd>
- Sub Remove( iIndex)
-
Removes the specified ArrangementItemReservation object from the collection.
- Parameters:
-
- iIndex
- The index or the name of the ArrangementItemReservation to remove from this collection.
- To remove a specific object by number, use the rank of the ArrangementItemReservation 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 ArrangementItemReservation by name, use name that you assigned using the property. dd>