Search Results for

    Show / Hide Table of Contents

    Class PortCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    PortCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindPortFromPoint(Point)

    Declaration
    public Port FindPortFromPoint(Point point)
    Parameters
    Type Name Description
    Point point
    Returns
    Type Description
    Port

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

    UpdatePortObjectLocations()

    Declaration
    public void UpdatePortObjectLocations()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    In This Article
    Back to top Generated by DocFX