Role: Use this to manage (create, retrieve and remove) ArrangementContours of an ArrangementArea.
Methods
- Func AddRectangularContour( iRectangle) As
-
Creates a Rectangular Contour by adding a ArrangementRectangle to the collection.
- Parameters:
-
- iRectangle
- ArrangementRectangle to create the contour from. dd>
- Returns:
- Returns the newly created ArrangementContour object and adds it to the collection. dd>
- Func Item( iIndex) As
-
Returns the specified ArrangementContour item of the collection.
- Parameters:
-
- iIndex
- The index or the name of the ArrangementContour to retrieve from this collection.
- To retrieve a specific object by number, use the rank of the ArrangementContour 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 ArrangementContour by name, use name that you assigned using the property. dd>
- Returns:
- The retrieved ArrangementContour object. dd>
- Sub Remove( iIndex)
-
Removes the specified ArrangementContour object from the collection.
- Parameters:
-
- iIndex
- The index or the name of the ArrangementContour to remove from this collection.
- To remove a specific object by number, use the rank of the ArrangementContour 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 ArrangementContour by name, use name that you assigned using the property. dd>