RoutingPartLibraryColumn_Struct Struct

NXOpen.Preferences.RoutingPartLibrary.Column is an alias for NXOpen.Preferences.RoutingPartLibraryColumn_Struct

class NXOpen.Preferences.RoutingPartLibraryColumn_Struct

Bases: object

Part table column type.

Fields

Field Description
Name Column name.
Hidden Whether or not the column is used for selection in the specify item dialog.
Type The value type the column stores.

Name

RoutingPartLibraryColumn_Struct.Name

Column name.

PART_NUMBER is the index column for all part tables. -------------------------------------

Getter Method Signature Name()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature Name(value)

Parameters:value (str) –

Hidden

RoutingPartLibraryColumn_Struct.Hidden

Whether or not the column is used for selection in the specify item dialog.

-------------------------------------

Getter Method Signature Hidden()

Returns:
Return type:NXOpen.Preferences.RoutingPartLibraryColumnStatus

-------------------------------------

Setter Method

Signature Hidden(value)

Parameters:value (NXOpen.Preferences.RoutingPartLibraryColumnStatus) –

Type

RoutingPartLibraryColumn_Struct.Type

The value type the column stores.

-------------------------------------

Getter Method Signature Type()

Returns:
Return type:NXOpen.Preferences.RoutingPartLibraryColumnType

-------------------------------------

Setter Method

Signature Type(value)

Parameters:value (NXOpen.Preferences.RoutingPartLibraryColumnType) –