All Frameworks Object Hierarchy This Framework Indexes
| o Property FixTogethersCount( | ) As (Read Only) |
fixTogethersCount = myFixTogether.FixTogethersCount
| o Property ProductsCount( | ) As (Read Only) |
productsCount = myFixTogether.ProductsCount
| o Sub AddFixTogether( | iFixTogether) |
myFixTogether.AddFixTogether(fixTogether)
| o Sub AddProduct( | iProduct) |
myFixTogether.AddProduct(myProduct)
| o Func GetFixTogether( | iIndex) As |
Dim thisFixTogether As FixTogether
Set thisFixTogether = myFixTogether.GetFixTogether(5)
Dim thatFixTogether As FixTogether
Set thatFixTogether = myFixTogether.GetFixTogether("myFixTogether")
| o Func GetProduct( | iIndex) As |
Dim thisProduct As Product
Set thisProduct = myFixTogether.GetProduct(5)
Dim thatProduct As Product
Set thatProduct = myFixTogether.GetProduct("myProduct")
| o Sub RemoveFixTogether( | iIndex) |
fixTogether.RemoveFixTogether(fixTogether.FixTogethersCount)
| o Sub RemoveProduct( | iIndex) |
fixTogether.RemoveProduct(fixTogether.ProductsCount)
Copyright © 2003, Dassault Systèmes. All rights reserved.