NX Open C++ Reference Guide
|
Represents a collection of Annotations::Table 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. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Annotations::Table * | FindObject (const NXString &journalIdentifier) |
Finds the table with the given name. | |
NXOpen::Annotations::Table * | FindObject (const char *journalIdentifier) |
Finds the table with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Annotations::Table objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX8.0.0.
iterator NXOpen::Annotations::TableCollection::begin | ( | ) |
Returns an iterator addressing the first element.
iterator NXOpen::Annotations::TableCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Annotations::Table* NXOpen::Annotations::TableCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the table with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the table to be found |
NXOpen::Annotations::Table* NXOpen::Annotations::TableCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the table with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the table to be found |
tag_t NXOpen::Annotations::TableCollection::Tag | ( | ) | const |
Returns the tag of this object.