All Frameworks Object Hierarchy This Framework Indexes
o Property Height( | ) As |
Dim dblHeight As Double dblHeight = objItemRes1.Height
o Property VisuMode( | ) As |
objItemRes1.VisuMode = CatArrangementItemReservationVisuModeBox
o Property XLength( | ) As |
Dim dblXLength As Double dblXLength = objItemRes1.XLength
o Property YLength( | ) As |
Dim dblYLength As Double dblYLength = objItemRes1.YLength
o Sub GetDimension( | ioItemResDimensions) |
Dim dblDimension(6) As Double objItemRes1.GetDimension(dblDimension)
o Func GetTechnologicalObject( | iApplicationType) As |
Dim objProd As Product objProd = objItemRes1.GetTechnologicalObject("Product")
o Sub SetDimension( | iItemResDimensions) |
Dim dblDimension(6) As Double dblDimension(0) = 300.0 '//XMin dblDimension(1) = 500.0 '//YMin dblDimension(2) = 300.0 '//ZMin dblDimension(3) = 500.0 '//XMax dblDimension(4) = 0.0 '//YMax dblDimension(5) = 300.0 '//ZMax objItemRes1.SetDimension(dblDimension)
Copyright © 2003, Dassault Systèmes. All rights reserved.