All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Shuttles (Collection)

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


The interface to access a CATIAShuttles

Using this prefered syntax will enable mkdoc to document your class.


Method Index

Add
Creates a new Shuttle and adds it to the Shuttles collection.
AddFromSel
Creates a new Shuttle from the selection and adds it to the Shuttles collection.
Item
Remove

Methods


o Func Add() As CATIAShuttle
Creates a new Shuttle and adds it to the Shuttles collection.
Returns:
The created Shuttle
Example:
The following example creates a Shuttle newShuttle in the Shuttles collection.
 Set newShuttles = Shuttles.Add
 
o Func AddFromSel() As CATIAShuttle
Creates a new Shuttle from the selection and adds it to the Shuttles collection.
Returns:
The created Shuttle
Example:
The following example creates a Shuttle newShuttle in the Shuttles collection.
 Set newShuttles = Shuttles.Add
 
o Func Item(CATVariant iIndex) As CATIAShuttle
o Sub Remove(CATIAShuttle iShuttle)

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