Search Results for

    Show / Hide Table of Contents

    Class CablewayNearNodeCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CablewayNearNodeCollection
    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.MechanicalRouting
    Assembly: NXOpen.dll
    Syntax
    public class CablewayNearNodeCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    CablewayNearNodeCollection()

    Declaration
    protected CablewayNearNodeCollection()

    CablewayNearNodeCollection(CollectionsManager)

    Declaration
    protected CablewayNearNodeCollection(CollectionsManager owner)
    Parameters
    Type Name Description
    CollectionsManager owner

    Properties

    Tag

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

    Methods

    CreateCablewayNearNodeForDevice(Component, SmartObject[], Double[])

    Declaration
    public CablewayNearNode CreateCablewayNearNodeForDevice(Component device, SmartObject[] nodes, double[] distances)
    Parameters
    Type Name Description
    Component device
    SmartObject[] nodes
    System.Double[] distances
    Returns
    Type Description
    CablewayNearNode

    CreateCablewayNearNodeForMultiPort(MultiPort, SmartObject[], Double[])

    Declaration
    public CablewayNearNode CreateCablewayNearNodeForMultiPort(MultiPort multiPort, SmartObject[] nodes, double[] distances)
    Parameters
    Type Name Description
    MultiPort multiPort
    SmartObject[] nodes
    System.Double[] distances
    Returns
    Type Description
    CablewayNearNode

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

    FindCablewayNearNodeFromDevice(Component)

    Declaration
    public CablewayNearNode FindCablewayNearNodeFromDevice(Component device)
    Parameters
    Type Name Description
    Component device
    Returns
    Type Description
    CablewayNearNode

    FindCablewayNearNodeFromMultiPort(MultiPort)

    Declaration
    public CablewayNearNode FindCablewayNearNodeFromMultiPort(MultiPort multiPort)
    Parameters
    Type Name Description
    MultiPort multiPort
    Returns
    Type Description
    CablewayNearNode

    ToArray()

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

    Implements

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