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