All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

ArrangementPathways (Collection)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---Collection
          |
          +---ArrangementPathways
 


A collection object for ArrangementPathway objects.
Role: Use this collection object to manage (create, retrieve and remmove) ArrangementPathway objects.

Method Index

AddPathway
Creates an ArrangementItemReservation and adds it to the collection.
Item
Returns the specified ArrangementPathway item of the collection object.
Remove
Removes the specified ArrangementPathway object from the collection.

Methods


o Func AddPathway(CATIAMove iRelAxis,
CATSafeArrayVariant iListofMathPoints,
CATSafeArrayVariant iMathDirection) As CATIAArrangementPathway
Creates an ArrangementItemReservation and adds it to the collection.
Parameters:
iRelAxis
Relative Axis to be considered.
iListofMathPoints
List of points through which to route.
iMathDirection
Starting routing direction.
Returns:
Returns the newly created ArrangementPathway object and adds it to the collection.
o Func Item(CATVariant iIndex) As CATIAArrangementPathway
Returns the specified ArrangementPathway item of the collection object.
Parameters:
iIndex
The index or the name of the ArrangementPathway to retrieve from this collection.
To retrieve a specific object by number, use the rank of the ArrangementPathway 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 ArrangementPathway by name, use name that you assigned using the
AnyObject.Name property.
Returns:
The retrieved ArrangementPathway object.
o Sub Remove(CATVariant iIndex)
Removes the specified ArrangementPathway object from the collection.
Parameters:
iIndex
The index or the name of the ArrangementPathway to remove from this collection.
To remove a specific object by number, use the rank of the ArrangementPathway 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 ArrangementPathway by name, use name that you assigned using the
AnyObject.Name property.

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