Solid Edge Part Type Library
SetColumnData Method
Specifies the id of the column.
Specifies the name of the column.
Specifies the width of the feature.
Member of TextHorizontalAlignmentCounstants.
Description
This method retrieves data about the columns in the bend table.
Syntax
Visual Basic
Public Sub SetColumnData( _
   ByVal ColumnId As Long, _
   ByVal ColumnName As String, _
   ByVal ColumnWidth As Double, _
   ByVal ColumnTextAlignment As TextHorizontalAlignmentConstants _
) 
Parameters
ColumnId
Specifies the id of the column.
ColumnName
Specifies the name of the column.
ColumnWidth
Specifies the width of the feature.
ColumnTextAlignment
ValueDescription
igTextHzAlignCenterCenter Align
igTextHzAlignIndentIndent
igTextHzAlignJustifyJustify Align
igTextHzAlignLeftLeft Align
igTextHzAlignRightRight Align
Member of TextHorizontalAlignmentCounstants.
See Also

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