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

Represents a NXOpen::Issue::IssueListCollection
To obtain an instance of this class, refer to NXOpen::Issue::IssueManager

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::Issue::IssueListCollection:
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::Issue::IssueListFindObject (const NXString &name)
 Finds the NXOpen::Issue::IssueList with the given name. More...
 
NXOpen::Issue::IssueListFindObject (const char *name)
 Finds the NXOpen::Issue::IssueList with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Issue::IssueListCollection
To obtain an instance of this class, refer to NXOpen::Issue::IssueManager

Created in NX8.5.0.


Member Function Documentation

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 NXOpen::Issue::IssueList with the given name.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Issue::IssueList with this name.
Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
Parameters
nameThe name of the NXOpen::Issue::IssueList .
NXOpen::Issue::IssueList* NXOpen::Issue::IssueListCollection::FindObject ( const char *  name)

Finds the NXOpen::Issue::IssueList with the given name.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Issue::IssueList with this name.
Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
Parameters
nameThe name of the NXOpen::Issue::IssueList .
tag_t NXOpen::Issue::IssueListCollection::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.