All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---Shots
| o Sub Append( | CATBaseDispatch | iShot) |
Shots.Append (myShot)
| o Func CreateShot( | ) As CATBaseDispatch |
Dim newShot Set newShot = Shots.CreateShot
| o Func CreateSpecificShot( | CATBSTR | iType) As CATBaseDispatch |
Set newShots = Shots.CreateShot (FITSHOTDouble)
| o Sub InsertAfter( | short | iIndex, |
| CATBaseDispatch | iShot) |
Shots.InsertAfter (2, myShot)
| o Func Item( | CATVariant | iIndex) As CATBaseDispatch |
Dim myShot Set myShot = myShots.Item (2)
| o Sub Remove( | CATVariant | iIndex) |
Shots.Remove (3)
Copyright © 2003, Dassault Systèmes. All rights reserved.