Class TerminalPortCollection
Inheritance
System.Object
System.MarshalByRefObject
TerminalPortCollection
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 TerminalPortCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
TerminalPortCollection()
Declaration
protected TerminalPortCollection()
TerminalPortCollection(RouteManager)
Declaration
protected TerminalPortCollection(RouteManager owner)
Parameters
Type | Name | Description |
---|---|---|
RouteManager | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateTerminalPort(Point3d, Vector3d, Axis, MultiPort, String)
Declaration
public TerminalPort CreateTerminalPort(Point3d origin, Vector3d alignmentVector, Axis derivationObject, MultiPort multiPort, string pinIdentifier)
Parameters
Type | Name | Description |
---|---|---|
Point3d | origin | |
Vector3d | alignmentVector | |
Axis | derivationObject | |
MultiPort | multiPort | |
System.String | pinIdentifier |
Returns
Type | Description |
---|---|
TerminalPort |
CreateTerminalPort(Point3d, Vector3d, Point, MultiPort, String)
Declaration
public TerminalPort CreateTerminalPort(Point3d origin, Vector3d alignmentVector, Point point, MultiPort multiPort, string pinIdentifier)
Parameters
Type | Name | Description |
---|---|---|
Point3d | origin | |
Vector3d | alignmentVector | |
Point | point | |
MultiPort | multiPort | |
System.String | pinIdentifier |
Returns
Type | Description |
---|---|
TerminalPort |
CreateTerminalPort(Point3d, Vector3d, MultiPort, String)
Declaration
public TerminalPort CreateTerminalPort(Point3d origin, Vector3d alignmentVector, MultiPort multiPort, string pinIdentifier)
Parameters
Type | Name | Description |
---|---|---|
Point3d | origin | |
Vector3d | alignmentVector | |
MultiPort | multiPort | |
System.String | pinIdentifier |
Returns
Type | Description |
---|---|
TerminalPort |
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
ToArray()
Declaration
public TerminalPort[] ToArray()
Returns
Type | Description |
---|---|
TerminalPort[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable