NX Open C++ Reference Guide
|
Represents a Issue::IssueListCollection
To obtain an instance of this class, refer to Issue::IssueManager
Created in NX8.5.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::Issue::IssueList * | FindObject (const NXString &name) |
Finds the Issue::IssueList with the given name. | |
NXOpen::Issue::IssueList * | FindObject (const char *name) |
Finds the Issue::IssueList with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Issue::IssueListCollection
To obtain an instance of this class, refer to Issue::IssueManager
Created in NX8.5.0.
iterator NXOpen::Issue::IssueListCollection::begin | ( | ) |
Returns an iterator addressing the first element.
iterator NXOpen::Issue::IssueListCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Issue::IssueList* NXOpen::Issue::IssueListCollection::FindObject | ( | const NXString & | name | ) |
Finds the Issue::IssueList with the given name.
An exception will be thrown if no object can be found with given name. @return @link Issue::IssueList Issue::IssueList@endlink with this name.
Created in NX8.5.0.
License requirements : nx_issue_mgmt ("NX Issue Tracking")
name | The name of the Issue::IssueList . |
NXOpen::Issue::IssueList* NXOpen::Issue::IssueListCollection::FindObject | ( | const char * | name | ) |
Finds the Issue::IssueList with the given name.
An exception will be thrown if no object can be found with given name. @return @link Issue::IssueList Issue::IssueList@endlink with this name.
Created in NX8.5.0.
License requirements : nx_issue_mgmt ("NX Issue Tracking")
name | The name of the Issue::IssueList . |
tag_t NXOpen::Issue::IssueListCollection::Tag | ( | ) | const |
Returns the tag of this object.