Class PartsListCollection
Inheritance
PartsListCollection
Assembly: NXOpen.dll
Syntax
public class PartsListCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PartsListCollection()
Declaration
protected PartsListCollection()
PartsListCollection(AnnotationManager)
Declaration
protected PartsListCollection(AnnotationManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreatePartsListBuilder(Table)
Declaration
public PlistBuilder CreatePartsListBuilder(Table partsList)
Parameters
Type |
Name |
Description |
Table |
partsList |
|
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public PartsList FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public PartsList[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink