Solid Edge Part Type Library
AddColumn Method
Specifies the name of the column.
Specifies the type of column.
Description
This method creates a column in a sheet metal bend table.
Syntax
Visual Basic
Public Function AddColumn( _
   ByVal ColumnName As String, _
   ByVal ColumnType As PropertyTypeConstants _
) As Long
Parameters
ColumnName
Specifies the name of the column.
ColumnType
ValueDescription
sePropertyTypeDoubleProperty Type - Double
sePropertyTypeIntegerProperty Type - Integer
sePropertyTypeStringProperty Type - String
Specifies the type of column.
See Also

BendTable Object  | BendTable Members  | Solid Edge V19 - What's New