NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Annotations::TabularNoteStyleBuilder Class Reference

Represents a NXOpen::Annotations::TabularNoteStyleBuilder . More...

Inheritance diagram for NXOpen::Annotations::TabularNoteStyleBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Annotations::HoleTableSettingsWorkflowBuilder

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. More...
 
bool LockTableContents ()
 Returns the lock table contents
Created in NX8.0.0. More...
 
bool LockTableFormat ()
 Returns the lock table format
Created in NX8.0.0. More...
 
void SetAutomaticUpdate (bool automaticUpdate)
 Sets the automatic update
Created in NX8.0.0. More...
 
void SetLockTableContents (bool lockedTableContents)
 Sets the lock table contents
Created in NX8.0.0. More...
 
void SetLockTableFormat (bool lockedTableFormat)
 Sets the lock table format
Created in NX8.0.0. More...
 
void SetShowLockedDeletedContent (NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedRowMethod showLockedDeletedContent)
 Sets the locked deleted row method
Created in NX8.0.0. More...
 
NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedRowMethod ShowLockedDeletedContent ()
 Returns the locked deleted row method
Created in NX8.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Annotations::TabularNoteStyleBuilder .


Created in NX8.0.0.

Member Enumeration Documentation

the valid locked deleted row methods

Enumerator
ShowLockedDeletedRowMethodStrikethru 

Strike thru.

ShowLockedDeletedRowMethodBlank 

Blank.

ShowLockedDeletedRowMethodRemove 

Remove.

ShowLockedDeletedRowMethodOrdinary 

Ordinary.

Member Function Documentation

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")

Parameters
automaticUpdateautomaticupdate
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")

Parameters
lockedTableContentslockedtablecontents
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")

Parameters
lockedTableFormatlockedtableformat
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")

Parameters
showLockedDeletedContentshowlockeddeletedcontent
NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedRowMethod NXOpen::Annotations::TabularNoteStyleBuilder::ShowLockedDeletedContent ( )

Returns the locked deleted row method
Created in NX8.0.0.



License requirements : None

virtual bool NXOpen::Annotations::TabularNoteStyleBuilder::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.