NX Open C++ Reference Guide
|
Represents a Annotations::TabularNoteStyleBuilder . More...
Public Types | |
enum | ShowLockedDeletedRowMethod { ShowLockedDeletedRowMethodStrikethru, ShowLockedDeletedRowMethodBlank, ShowLockedDeletedRowMethodRemove, ShowLockedDeletedRowMethodOrdinary } |
the valid locked deleted row methods More... | |
Public Member Functions | |
bool | AutomaticUpdate () |
Returns the automatic update Created in NX8.0.0. | |
bool | LockTableContents () |
Returns the lock table contents Created in NX8.0.0. | |
bool | LockTableFormat () |
Returns the lock table format Created in NX8.0.0. | |
void | SetAutomaticUpdate (bool automaticUpdate) |
Sets the automatic update Created in NX8.0.0. | |
void | SetLockTableContents (bool lockedTableContents) |
Sets the lock table contents Created in NX8.0.0. | |
void | SetLockTableFormat (bool lockedTableFormat) |
Sets the lock table format Created in NX8.0.0. | |
void | SetShowLockedDeletedContent (NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedRowMethod showLockedDeletedContent) |
Sets the locked deleted row method Created in NX8.0.0. | |
NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedRowMethod | ShowLockedDeletedContent () |
Returns the locked deleted row method Created in NX8.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Annotations::TabularNoteStyleBuilder .
Created in NX8.0.0.
bool NXOpen::Annotations::TabularNoteStyleBuilder::AutomaticUpdate | ( | ) |
Returns the automatic update
Created in NX8.0.0.
License requirements : None
bool NXOpen::Annotations::TabularNoteStyleBuilder::LockTableContents | ( | ) |
Returns the lock table contents
Created in NX8.0.0.
License requirements : None
bool NXOpen::Annotations::TabularNoteStyleBuilder::LockTableFormat | ( | ) |
Returns the lock table format
Created in NX8.0.0.
License requirements : None
void NXOpen::Annotations::TabularNoteStyleBuilder::SetAutomaticUpdate | ( | bool | automaticUpdate | ) |
Sets the automatic update
Created in NX8.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
automaticUpdate | automaticupdate |
void NXOpen::Annotations::TabularNoteStyleBuilder::SetLockTableContents | ( | bool | lockedTableContents | ) |
Sets the lock table contents
Created in NX8.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
lockedTableContents | lockedtablecontents |
void NXOpen::Annotations::TabularNoteStyleBuilder::SetLockTableFormat | ( | bool | lockedTableFormat | ) |
Sets the lock table format
Created in NX8.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
lockedTableFormat | lockedtableformat |
void NXOpen::Annotations::TabularNoteStyleBuilder::SetShowLockedDeletedContent | ( | NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedRowMethod | showLockedDeletedContent | ) |
Sets the locked deleted row method
Created in NX8.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
showLockedDeletedContent | showlockeddeletedcontent |
NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedRowMethod NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedContent | ( | ) |
Returns the locked deleted row method
Created in NX8.0.0.
License requirements : None
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.