Class PortCollection
Inheritance
System.Object
System.MarshalByRefObject
PortCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Routing
Assembly: NXOpen.dll
Syntax
public class PortCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PortCollection()
Declaration
protected PortCollection()
PortCollection(RouteManager)
Declaration
protected PortCollection(RouteManager owner)
Parameters
Type | Name | Description |
---|---|---|
RouteManager | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
ConvertToFeatures()
Declaration
public void ConvertToFeatures()
CreateExtractPort(Port)
Declaration
public ExtractPort CreateExtractPort(Port port)
Parameters
Type | Name | Description |
---|---|---|
Port | port |
Returns
Type | Description |
---|---|
ExtractPort |
CreateExtractPort(Port, Boolean)
Declaration
public ExtractPort CreateExtractPort(Port port, bool allowMultipleConnections)
Parameters
Type | Name | Description |
---|---|---|
Port | port | |
System.Boolean | allowMultipleConnections |
Returns
Type | Description |
---|---|
ExtractPort |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
GetComponentPorts(Component)
Declaration
public Port[] GetComponentPorts(Component component)
Parameters
Type | Name | Description |
---|---|---|
Component | component |
Returns
Type | Description |
---|---|
Port[] |
GetObjectPorts(NXObject)
Declaration
public Port[] GetObjectPorts(NXObject entity)
Parameters
Type | Name | Description |
---|---|---|
NXObject | entity |
Returns
Type | Description |
---|---|
Port[] |
ToArray()
Declaration
public Port[] ToArray()
Returns
Type | Description |
---|---|
Port[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable