All Frameworks Object Hierarchy This Framework Indexes
| o Func AddProductSceneFull( | iName, | |
| iReferenceProducts) As |
Dim SpareWheel As ProductScene
Set SpareWheel = ToolKits.AddProductSceneFull("SpareWheel", FrontRightWheel)
| o Func AddProductScenePartial( | iName, | |
| iReferenceProducts) As |
Dim SpareWheel As ProductScene
Set SpareWheel = ToolKits.AddProductScenePartial("SpareWheel", FrontRightWheel)
| o Func Item( | iIndex) As |
Dim ThisProductScene As ProductScene
Set ThisProductScene = TheProductScenes.Item(9)
Dim ThatProductScene As ProductScene
Set ThatProductScene = TheProductScenes.Item("ProductScene3")
| o Sub Remove( | iProductScene) |
ToolKits.Remove Engine
Copyright © 2003, Dassault Systèmes. All rights reserved.