IssueListCollection Class

class NXOpen.Issue.IssueListCollection

Bases: object

Represents a NXOpen.Issue.IssueListCollection

To obtain an instance of this class, refer to NXOpen.Issue.IssueManager

New in version NX8.5.0.

Methods

Method Description
FindObject Finds the NXOpen.Issue.IssueList with the given name.

Method Detail

FindObject

IssueListCollection.FindObject

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

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

Signature FindObject(name)

Parameters:name (str) – The name of the NXOpen.Issue.IssueList.
Returns:NXOpen.Issue.IssueList with this name.
Return type:NXOpen.Issue.IssueList

New in version NX8.5.0.

License requirements: nx_issue_mgmt (“NX Issue Tracking”)