NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.TableColumnBuilder Class Reference

Represents a NXOpen.Annotations.TableColumnBuilder . More...

Inheritance diagram for NXOpen.Annotations.TableColumnBuilder:
NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  CategoryType { General, Callout, Quantity }
 The options specify the type of column. More...
 
enum  ScopeType { CellsinNewRows, AllCellsinColumn }
 The options determine whether to apply settings to all cells or only to cells of new rows. More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe string AttributeName [get, set]
 Returns or sets the attribute name specifies the attribute name for cells in column. More...
 
unsafe
NXOpen.Annotations.TableColumnBuilder.CategoryType 
Category [get, set]
 Returns or sets the category specifies the type of column. More...
 
unsafe string DefaultText [get, set]
 Returns or sets the default text specifies the default text set for the column cells. More...
 
unsafe bool IncludeNestedAssemblies [get, set]
 Returns or sets the include nested assy specified the nested assy setting. More...
 
unsafe bool KeyField [get, set]
 Returns or sets the key field specifies whether column is key column. More...
 
unsafe bool ProtectCells [get, set]
 Returns or sets the protect cells specifies whether cells of column are protected. More...
 
unsafe
NXOpen.Annotations.TableColumnBuilder.ScopeType 
Scope [get, set]
 Returns or sets the scope enum specifies whether settings are to be applied to all cells of column or only cells of new rows in column. More...
 
unsafe
NXOpen.SelectDisplayableObject 
SelectParentComponent [get]
 Returns the select parent component. More...
 

Detailed Description

Represents a NXOpen.Annotations.TableColumnBuilder .

This class queries and sets settings specific to parts list column when creating or editing parts list settings.

Created in NX9.0.0

Member Enumeration Documentation

The options specify the type of column.

Enumerator
General 
Callout 
Quantity 

The options determine whether to apply settings to all cells or only to cells of new rows.

Enumerator
CellsinNewRows 
AllCellsinColumn 

Member Function Documentation

unsafe bool NXOpen.Annotations.TableColumnBuilder.Validate ( )

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe string NXOpen.Annotations.TableColumnBuilder.AttributeName
getset

Returns or sets the attribute name specifies the attribute name for cells in column.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.TableColumnBuilder.CategoryType NXOpen.Annotations.TableColumnBuilder.Category
getset

Returns or sets the category specifies the type of column.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe string NXOpen.Annotations.TableColumnBuilder.DefaultText
getset

Returns or sets the default text specifies the default text set for the column cells.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.TableColumnBuilder.IncludeNestedAssemblies
getset

Returns or sets the include nested assy specified the nested assy setting.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.TableColumnBuilder.KeyField
getset

Returns or sets the key field specifies whether column is key column.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.TableColumnBuilder.ProtectCells
getset

Returns or sets the protect cells specifies whether cells of column are protected.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.TableColumnBuilder.ScopeType NXOpen.Annotations.TableColumnBuilder.Scope
getset

Returns or sets the scope enum specifies whether settings are to be applied to all cells of column or only cells of new rows in column.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.SelectDisplayableObject NXOpen.Annotations.TableColumnBuilder.SelectParentComponent
get

Returns the select parent component.

Created in NX9.0.0

License requirements: None.


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