TitleBlockPreferences Class

class NXOpen.Annotations.TitleBlockPreferences

Bases: NXOpen.TransientObject

Represents title_block preferences.

When setting the property, changes are not applied to object until the set method is called

New in version NX8.0.0.

Properties

Property Description
AlignmentPosition Returns or sets the alignment position
AutomaticUpdate Returns or sets the automatic update preference

Methods

Method Description
Dispose Frees the object from memory.

Property Detail

AlignmentPosition

TitleBlockPreferences.AlignmentPosition

Returns or sets the alignment position

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

Getter Method

Signature AlignmentPosition

Returns:the alignment position
Return type:NXOpen.Annotations.AlignmentPosition

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature AlignmentPosition

Parameters:alignPosition (NXOpen.Annotations.AlignmentPosition) – the alignment position

New in version NX8.0.0.

License requirements: drafting (“DRAFTING”)

AutomaticUpdate

TitleBlockPreferences.AutomaticUpdate

Returns or sets the automatic update preference

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

Getter Method

Signature AutomaticUpdate

Returns:automatic update
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature AutomaticUpdate

Parameters:autoUpdate (bool) – automatic update

New in version NX8.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Dispose

TitleBlockPreferences.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX8.0.0.

License requirements: None.