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

Represents a Issue::IssueListCollection
To obtain an instance of this class, refer to 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.
 
iterator end ()
 Returns an iterator addressing one past the last element.
 
NXOpen::Issue::IssueListFindObject (const NXString &name)
 Finds the Issue::IssueList with the given name.
 
NXOpen::Issue::IssueListFindObject (const char *name)
 Finds the Issue::IssueList with the given name.
 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a Issue::IssueListCollection
To obtain an instance of this class, refer to 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 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")

Parameters
nameThe 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")

Parameters
nameThe name of the 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 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.