NX Open C++ Reference Guide
|
Part table column type. More...
Public Member Functions | |
Column (const NXString &nameInitial, NXOpen::Preferences::RoutingPartLibrary::ColumnStatus hiddenInitial, NXOpen::Preferences::RoutingPartLibrary::ColumnType typeInitial) | |
Constructor for the Column struct. | |
Public Attributes | |
NXOpen::Preferences::RoutingPartLibrary::ColumnStatus | Hidden |
Whether or not the column is used for selection in the specify item dialog. | |
NXString | Name |
Column name. | |
NXOpen::Preferences::RoutingPartLibrary::ColumnType | Type |
The value type the column stores. | |
Part table column type.
NXOpen::Preferences::RoutingPartLibrary::Column::Column | ( | const NXString & | nameInitial, |
NXOpen::Preferences::RoutingPartLibrary::ColumnStatus | hiddenInitial, | ||
NXOpen::Preferences::RoutingPartLibrary::ColumnType | typeInitial | ||
) |
NXOpen::Preferences::RoutingPartLibrary::ColumnStatus NXOpen::Preferences::RoutingPartLibrary::Column::Hidden |
Whether or not the column is used for selection in the specify item dialog.
NXString NXOpen::Preferences::RoutingPartLibrary::Column::Name |
Column name.
PART_NUMBER is the index column for all part tables.
NXOpen::Preferences::RoutingPartLibrary::ColumnType NXOpen::Preferences::RoutingPartLibrary::Column::Type |
The value type the column stores.