All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---ArrangementRun
o Property ArrangementNodes( | ) As CATIAArrangementNodes (Read Only) |
Dim objArrNodes As ArrangementNodes Set objArrNodes = objRun1.ArrangementNodes
o Property Length( | ) As double (Read Only) |
Dim dblLength As Double dblLength = objRun1.Length
o Property SectionDiameter( | ) As double |
Dim dblSectionDia As Double dblSectionDia = objRun1.SectionDiameter
o Property SectionHeight( | ) As double |
Dim dblSectionHeight As Double dblSectionHeight = objRun1.SectionHeight
o Property SectionType( | ) As CATArrangementRouteSection |
objRun1.SectionType = CatArrangementRouteSectionRectangular
o Property SectionWidth( | ) As double |
Dim dblSectionWidth As Double dblSectionWidth = objRun1.SectionWidth
o Property VisuMode( | ) As CATArrangementRouteVisuMode |
objRun1.VisuMode = CatArrangementRouteVisuModeSolid
o Func GetTechnologicalObject( | CATBSTR | iApplicationType) As CATBaseDispatch |
Dim objProd As Product objProd = objRun1.GetTechnologicalObject("Product")
Copyright © 2003, Dassault Systèmes. All rights reserved.