NX Open C++ Reference Guide
|
Represents a collection of Annotations::TableSection objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX8.0.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Annotations::TableSectionBuilder * | CreateTableSectionBuilder (NXOpen::Annotations::TableSection *section) |
If NULL create a new table section, otherwise edit existing new table section. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Annotations::TableSection * | FindObject (const NXString &journalIdentifier) |
Finds the table section with the given name. | |
NXOpen::Annotations::TableSection * | FindObject (const char *journalIdentifier) |
Finds the table section with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Annotations::TableSection objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX8.0.0.
iterator NXOpen::Annotations::TableSectionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::TableSectionBuilder* NXOpen::Annotations::TableSectionCollection::CreateTableSectionBuilder | ( | NXOpen::Annotations::TableSection * | section | ) |
If NULL create a new table section, otherwise edit existing new table section.
section | table section |
iterator NXOpen::Annotations::TableSectionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Annotations::TableSection* NXOpen::Annotations::TableSectionCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the table section with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the table section to be found |
NXOpen::Annotations::TableSection* NXOpen::Annotations::TableSectionCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the table section with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the table section to be found |
tag_t NXOpen::Annotations::TableSectionCollection::Tag | ( | ) | const |
Returns the tag of this object.