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