IssueListCollection Class¶
-
class
NXOpen.Issue.IssueListCollection¶ Bases:
objectRepresents a
NXOpen.Issue.IssueListCollectionTo obtain an instance of this class, refer to
NXOpen.Issue.IssueManagerNew 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.IssueListwith 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.IssueListwith this name.Return type: NXOpen.Issue.IssueListNew in version NX8.5.0.
License requirements: nx_issue_mgmt (“NX Issue Tracking”)