NX Open C++ Reference Guide
|
Represents title_block preferences. More...
Public Member Functions | |
NXOpen::Annotations::AlignmentPosition | AlignmentPosition () |
Returns the alignment position Created in NX8.0.0. | |
bool | AutomaticUpdate () |
Returns the automatic update preference Created in NX8.0.0. | |
void | SetAlignmentPosition (NXOpen::Annotations::AlignmentPosition alignPosition) |
Sets the alignment position Created in NX8.0.0. | |
void | SetAutomaticUpdate (bool autoUpdate) |
Sets the automatic update preference Created in NX8.0.0. | |
virtual | ~TitleBlockPreferences () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents title_block preferences.
<br> When setting the property, changes are not applied to object until
the set method is called
Created in NX8.0.0.
|
virtual |
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.
Created in NX8.0.0.
License requirements : None
NXOpen::Annotations::AlignmentPosition NXOpen::Annotations::TitleBlockPreferences::AlignmentPosition | ( | ) |
Returns the alignment position
Created in NX8.0.0.
License requirements : None
bool NXOpen::Annotations::TitleBlockPreferences::AutomaticUpdate | ( | ) |
Returns the automatic update preference
Created in NX8.0.0.
License requirements : None
void NXOpen::Annotations::TitleBlockPreferences::SetAlignmentPosition | ( | NXOpen::Annotations::AlignmentPosition | alignPosition | ) |
Sets the alignment position
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
alignPosition | the alignment position |
void NXOpen::Annotations::TitleBlockPreferences::SetAutomaticUpdate | ( | bool | autoUpdate | ) |
Sets the automatic update preference
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
autoUpdate | automatic update |