NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::PDM::AttributeGroupDescriptionCollection Class Reference

Represents a collection of attribute group description objects. More...

Inheritance diagram for NXOpen::PDM::AttributeGroupDescriptionCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::PDM::AttributeGroupDescriptionFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::PDM::AttributeGroupDescription with the given identifier as recorded in a journal. More...
 
NXOpen::PDM::AttributeGroupDescriptionFindObject (const char *journalIdentifier)
 Finds the NXOpen::PDM::AttributeGroupDescription with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of attribute group description objects.

A smaller list of attribute groups descriptions can be retrieved by using the method NXOpen::PDM::IAttributeGroupOwner::GetAttributeGroupDescriptions for classes that implement the NXOpen::PDM::IAttributeGroupOwner interface.
To obtain an instance of this class, refer to NXOpen::PDM::PdmSession

Created in NX9.0.0.

Member Function Documentation

iterator NXOpen::PDM::AttributeGroupDescriptionCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::PDM::AttributeGroupDescriptionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::PDM::AttributeGroupDescription* NXOpen::PDM::AttributeGroupDescriptionCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::PDM::AttributeGroupDescription 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.

Returns
AttributeGroupDescription found, or null if no such attribute group description exists.
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier to be found
NXOpen::PDM::AttributeGroupDescription* NXOpen::PDM::AttributeGroupDescriptionCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::PDM::AttributeGroupDescription 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.

Returns
AttributeGroupDescription found, or null if no such attribute group description exists.
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier to be found
tag_t NXOpen::PDM::AttributeGroupDescriptionCollection::Tag ( ) const

Returns the tag of this object.


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