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