NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.Preferences.RoutingPartLibrary.Column Struct Reference

Part table column type. More...

Public Member Functions

 Column (string Name, NXOpen.Preferences.RoutingPartLibrary.ColumnStatus Hidden, NXOpen.Preferences.RoutingPartLibrary.ColumnType Type)
 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...
 
string 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 ( string  Name,
NXOpen.Preferences.RoutingPartLibrary.ColumnStatus  Hidden,
NXOpen.Preferences.RoutingPartLibrary.ColumnType  Type 
)
inline

Constructor for the Column struct.

Parameters
NameColumn name. PART_NUMBER is the index column for all part tables.
HiddenWhether or not the column is used for selection in the specify item dialog.
TypeThe 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.

string 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.