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