TitleBlockPreferences Class¶
-
class
NXOpen.Annotations.TitleBlockPreferences¶ Bases:
NXOpen.TransientObjectRepresents 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 |
Property Detail¶
AlignmentPosition¶
-
TitleBlockPreferences.AlignmentPosition¶ Returns or sets the alignment position
-------------------------------------Getter Method
Signature
AlignmentPositionReturns: the alignment position Return type: NXOpen.Annotations.AlignmentPositionNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AlignmentPositionParameters: alignPosition ( NXOpen.Annotations.AlignmentPosition) – the alignment positionNew in version NX8.0.0.
License requirements: drafting (“DRAFTING”)
AutomaticUpdate¶
-
TitleBlockPreferences.AutomaticUpdate¶ Returns or sets the automatic update preference
-------------------------------------Getter Method
Signature
AutomaticUpdateReturns: automatic update Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AutomaticUpdateParameters: 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.