Search Results for

    Show / Hide Table of Contents

    Class RunCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    RunCollection
    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 RunCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    RunCollection()

    Declaration
    protected RunCollection()

    RunCollection(RouteManager)

    Declaration
    protected RunCollection(RouteManager owner)
    Parameters
    Type Name Description
    RouteManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateRun(String, String, NXObject[], NXObject[], NXObject[])

    Declaration
    public Run CreateRun(string runId, string runType, NXObject[] from, NXObject[] to, NXObject[] member)
    Parameters
    Type Name Description
    System.String runId
    System.String runType
    NXObject[] from
    NXObject[] to
    NXObject[] member
    Returns
    Type Description
    Run

    CreateRun(String, String, CharacteristicList)

    Declaration
    public Run CreateRun(string runId, string runType, CharacteristicList attributes)
    Parameters
    Type Name Description
    System.String runId
    System.String runType
    CharacteristicList attributes
    Returns
    Type Description
    Run

    CreateRun(String, String, CharacteristicList, RunItem[], RunItem[], RunItem[])

    Declaration
    public Run CreateRun(string runId, string runType, CharacteristicList attributes, RunItem[] fromItems, RunItem[] toItems, RunItem[] memberItems)
    Parameters
    Type Name Description
    System.String runId
    System.String runType
    CharacteristicList attributes
    RunItem[] fromItems
    RunItem[] toItems
    RunItem[] memberItems
    Returns
    Type Description
    Run

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

    FindPath(NXObject[], NXObject[])

    Declaration
    public NXObject[] FindPath(NXObject[] source, NXObject[] target)
    Parameters
    Type Name Description
    NXObject[] source
    NXObject[] target
    Returns
    Type Description
    NXObject[]

    ToArray()

    Declaration
    public Run[] ToArray()
    Returns
    Type Description
    Run[]

    Implements

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