Indexes   

ArrangementContours (Collection)

A collection object for ArrangementContours of an Area.
Role: Use this to manage (create, retrieve and remove) ArrangementContours of an ArrangementArea.

Method Index

AddRectangularContour
Creates a Rectangular Contour by adding a ArrangementRectangle to the collection.
Item
Returns the specified ArrangementContour item of the collection.
Remove
Removes the specified ArrangementContour object from the collection.

Methods


o Func AddRectangularContour( iRectangle) As
Creates a Rectangular Contour by adding a ArrangementRectangle to the collection.
Parameters:
iRectangle
ArrangementRectangle to create the contour from.
Returns:
Returns the newly created ArrangementContour object and adds it to the collection.
o 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
AnyObject.Name property.
Returns:
The retrieved ArrangementContour object.
o 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
AnyObject.Name property.

Copyright © 2006, Dassault Systèmes. All rights reserved.