NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Preferences::RoutingPartLibrary::Column Struct Reference

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. More...
 

Public Attributes

NXOpen::Preferences::RoutingPartLibrary::ColumnStatus Hidden
 Whether or not the column is used for selection in the specify item dialog. More...
 
NXString Name
 Column name. More...
 
NXOpen::Preferences::RoutingPartLibrary::ColumnType Type
 The value type the column stores. More...
 

Detailed Description

Part table column type.

Constructor & Destructor Documentation

NXOpen::Preferences::RoutingPartLibrary::Column::Column ( const NXString nameInitial,
NXOpen::Preferences::RoutingPartLibrary::ColumnStatus  hiddenInitial,
NXOpen::Preferences::RoutingPartLibrary::ColumnType  typeInitial 
)

Constructor for the Column struct.

Parameters
nameInitialColumn name. PART_NUMBER is the index column for all part tables.
hiddenInitialWhether or not the column is used for selection in the specify item dialog.
typeInitialThe value type the column stores.

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.