TableSettingsBuilder Class

class NXOpen.Diagramming.Tables.TableSettingsBuilder

Bases: NXOpen.Diagramming.BaseTaggedObjectBuilder

Represents a TableSettingsBuilder.

This is a sub-builder class and cannot be directly instantiated

New in version NX10.0.0.

Properties

Property Description
AnchorLocation Returns or sets the anchor location of the table settings.
HeaderLocation Returns or sets the header location of the table settings.
HeaderOrientation Returns or sets the header orientation of the table settings.
ProtectedFlag Returns or sets the protected flag.
Tag Returns the Tag for this object.

Methods

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

Property Detail

AnchorLocation

TableSettingsBuilder.AnchorLocation

Returns or sets the anchor location of the table settings.

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

Getter Method

Signature AnchorLocation

Returns:
Return type:NXOpen.Diagramming.Tables.AnchorLocation

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature AnchorLocation

Parameters:anchorLocation (NXOpen.Diagramming.Tables.AnchorLocation) –

New in version NX10.0.0.

License requirements: None.

HeaderLocation

TableSettingsBuilder.HeaderLocation

Returns or sets the header location of the table settings.

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

Getter Method

Signature HeaderLocation

Returns:
Return type:NXOpen.Diagramming.Tables.HeaderLocation

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature HeaderLocation

Parameters:headerLocation (NXOpen.Diagramming.Tables.HeaderLocation) –

New in version NX10.0.0.

License requirements: None.

HeaderOrientation

TableSettingsBuilder.HeaderOrientation

Returns or sets the header orientation of the table settings.

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

Getter Method

Signature HeaderOrientation

Returns:
Return type:NXOpen.Diagramming.Tables.HeaderOrientation

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature HeaderOrientation

Parameters:headerOrientation (NXOpen.Diagramming.Tables.HeaderOrientation) –

New in version NX10.0.0.

License requirements: None.

ProtectedFlag

TableSettingsBuilder.ProtectedFlag

Returns or sets the protected flag.

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

Getter Method

Signature ProtectedFlag

Returns:
Return type:bool

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ProtectedFlag

Parameters:flag (bool) –

New in version NX10.0.0.

License requirements: None.

Method Detail

Validate

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

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.