All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---Collection | +---DrawingTables
o Func Add( | double | iPositionX, |
double | iPositionY, | |
long | iNumberOfRow, | |
long | iNumberOfColumn, | |
double | iRowHeight, | |
double | iColumnWidth) As CATIADrawingTable |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView Dim MyTable As DrawingTable Set MyTable = MyView.Tables.Add(100., 100., 2, 2, 20., 50.)
o Func Item( | long | iIndex) As CATIADrawingTable |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView Dim ThisDrawingTable As DrawingTable Set ThisDrawingTable = MyView.Tables.Item(2)
o Sub Remove( | long | iIndex) |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView MyView.DrawingTables.Remove(3)
Copyright © 2003, Dassault Systèmes. All rights reserved.