NX Open C++ Reference Guide
|
Represents a collection of attribute group objects. 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::PDM::AttributeGroup * | FindObject (const NXString &journalIdentifier) |
Finds the AttributeGroup with the given identifier as recorded in a journal. | |
NXOpen::PDM::AttributeGroup * | FindObject (const char *journalIdentifier) |
Finds the AttributeGroup with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of attribute group objects.
A smaller list of attribute groups can be retrieved by using the method PDM::IAttributeGroupOwner::GetAttributeGroups for classes that implement the PDM::IAttributeGroupOwner interface.
To obtain an instance of this class, refer to CollaborativeDesign
Created in NX9.0.0.
iterator NXOpen::PDM::AttributeGroupCollection::begin | ( | ) |
Returns an iterator addressing the first element.
iterator NXOpen::PDM::AttributeGroupCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::PDM::AttributeGroup* NXOpen::PDM::AttributeGroupCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the AttributeGroup with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.
An exception will be thrown if no object can be found with the given journal identifier.
journalIdentifier | Journal identifier to be found |
NXOpen::PDM::AttributeGroup* NXOpen::PDM::AttributeGroupCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the AttributeGroup with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.
An exception will be thrown if no object can be found with the given journal identifier.
journalIdentifier | Journal identifier to be found |
tag_t NXOpen::PDM::AttributeGroupCollection::Tag | ( | ) | const |
Returns the tag of this object.