NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.TableColumnBuilder Class Reference

NXOpen.Annotations.TableColumnBuilder. More...

Inheritance diagram for NXOpen.Annotations.TableColumnBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string AsRequiredText [get, set]
 Returns or sets the text to use in quantity columns for non-geometric parts. More...
 
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 assemblies setting. More...
 
unsafe bool KeyField [get, set]
 Returns or sets the key field specifies whether column is key column. More...
 
unsafe string NestedAssemblyQuantity [get, set]
 Returns or sets the text to use in quantity columns when an assembly has been specified as nested. More...
 
unsafe string ParentAssemblyQuantity [get, set]
 Returns or sets the text to use in quantity columns when a component is not a child of a selected nested assembly. 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...
 
unsafe bool ShowCombinedMassForAssemblies [get, set]
 Returns or sets the show combined mass for assemblies. More...
 
unsafe string Title [get, set]
 Returns or sets the column title More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

NXOpen.Annotations.TableColumnBuilder.

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

To create a new instance of this class, use NXOpen.Annotations.TableColumnSettingsBuilder.CreateTableColumnBuilder

Created in NX9.0.0

Member Enumeration Documentation

The options specify the type of column.

Enumerator
General 

General column.

Callout 

Callout column.

Quantity 

Quantity column.

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

Enumerator
CellsinNewRows 

Cells in new rows.

AllCellsinColumn 

All Cells in columns.

Member Function Documentation

unsafe bool NXOpen.Annotations.TableColumnBuilder.Validate ( )
inline

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.AsRequiredText
getset

Returns or sets the text to use in quantity columns for non-geometric parts.

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

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: None.

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: None.

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: None.

unsafe bool NXOpen.Annotations.TableColumnBuilder.IncludeNestedAssemblies
getset

Returns or sets the include nested assemblies setting.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

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: None.

unsafe string NXOpen.Annotations.TableColumnBuilder.NestedAssemblyQuantity
getset

Returns or sets the text to use in quantity columns when an assembly has been specified as nested.

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.TableColumnBuilder.ParentAssemblyQuantity
getset

Returns or sets the text to use in quantity columns when a component is not a child of a selected nested assembly.

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

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: None.

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: None.

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

Returns the select parent component.

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.Annotations.TableColumnBuilder.ShowCombinedMassForAssemblies
getset

Returns or sets the show combined mass for assemblies.

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.TableColumnBuilder.Title
getset

Returns or sets the column title

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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