All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ArrangementRectangle
| o Property XLength( | ) As double |
Dim dblXLength As Double dblXLength = objRectangle1.XLength
| o Property YLength( | ) As double |
Dim dblYLength As Double dblYLength = objRectangle1.YLength
| o Func GetTechnologicalObject( | CATBSTR | iApplicationType) As CATBaseDispatch |
Dim objProd As Product
objProd = objRectangle1.GetTechnologicalObject("Product")
Copyright © 2003, Dassault Systèmes. All rights reserved.