All Frameworks Object Hierarchy This Framework Indexes
| o Sub Append( | iShot) |
Shots.Append (myShot)
| o Func CreateShot( | ) As |
Dim newShot Set newShot = Shots.CreateShot
| o Func CreateSpecificShot( | iType) As |
Set newShots = Shots.CreateShot (FITSHOTDouble)
| o Sub InsertAfter( | iIndex, | |
| iShot) |
Shots.InsertAfter (2, myShot)
| o Func Item( | iIndex) As |
Dim myShot Set myShot = myShots.Item (2)
| o Sub Remove( | iIndex) |
Shots.Remove (3)
Copyright © 2003, Dassault Systèmes. All rights reserved.