Class PortCollection
Inheritance
PortCollection
Assembly: NXOpen.dll
Syntax
public class PortCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PortCollection()
Declaration
protected PortCollection()
PortCollection(DiagrammingManager)
Declaration
protected PortCollection(DiagrammingManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreatePortBuilder(Port)
Declaration
public PortBuilder CreatePortBuilder(Port port)
Parameters
Type |
Name |
Description |
Port |
port |
|
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 Port FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink