All Frameworks Object Hierarchy This Framework Indexes
| o Property ArrangementNodes( | ) As (Read Only) |
Dim objArrNodes As ArrangementNodes Set objArrNodes = objRun1.ArrangementNodes
| o Property Length( | ) As (Read Only) |
Dim dblLength As Double dblLength = objRun1.Length
| o Property SectionDiameter( | ) As |
Dim dblSectionDia As Double dblSectionDia = objRun1.SectionDiameter
| o Property SectionHeight( | ) As |
Dim dblSectionHeight As Double dblSectionHeight = objRun1.SectionHeight
| o Property SectionType( | ) As |
objRun1.SectionType = CatArrangementRouteSectionRectangular
| o Property SectionWidth( | ) As |
Dim dblSectionWidth As Double dblSectionWidth = objRun1.SectionWidth
| o Property VisuMode( | ) As |
objRun1.VisuMode = CatArrangementRouteVisuModeSolid
| o Func GetTechnologicalObject( | iApplicationType) As |
Dim objProd As Product
objProd = objRun1.GetTechnologicalObject("Product")
Copyright © 2003, Dassault Systèmes. All rights reserved.