NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Issue.IssueListCollection Class Reference

Represents a NXOpen.Issue.IssueListCollection More...

Inheritance diagram for NXOpen.Issue.IssueListCollection:

Public Member Functions

NXOpen.Issue.IssueList[] ToArray ()
 Returns an array of NXOpen.Issue.IssueList objects. More...
 
unsafe NXOpen.Issue.IssueList FindObject (string name)
 Finds the NXOpen.Issue.IssueList with the given name. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 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

override int NXOpen.Issue.IssueListCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Issue.IssueList NXOpen.Issue.IssueListCollection.FindObject ( string  name)

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

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

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Parameters
nameThe name of the NXOpen.Issue.IssueList .
Returns
NXOpen.Issue.IssueList with this name.
NXOpen.Issue.IssueList [] NXOpen.Issue.IssueListCollection.ToArray ( )

Returns an array of NXOpen.Issue.IssueList objects.

Property Documentation

Tag NXOpen.Issue.IssueListCollection.Tag
get

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.