Search Results for

    Show / Hide Table of Contents

    Class ConnectorDeviceCollection

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

    Constructors

    ConnectorDeviceCollection()

    Declaration
    protected ConnectorDeviceCollection()

    ConnectorDeviceCollection(RouteManager)

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

    Properties

    Tag

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

    Methods

    AutoAssignConnectors(ConnectorDevice[])

    Declaration
    public void AutoAssignConnectors(ConnectorDevice[] connectors)
    Parameters
    Type Name Description
    ConnectorDevice[] connectors

    CreateConnectorDevice(ConnectorDevice.ComponentType, String)

    Declaration
    public ConnectorDevice CreateConnectorDevice(ConnectorDevice.ComponentType connectorType, string componentName)
    Parameters
    Type Name Description
    ConnectorDevice.ComponentType connectorType
    System.String componentName
    Returns
    Type Description
    ConnectorDevice

    CreateConnectorDevice(HarnessDevice, String, String, ConnectorDevice.ComponentType)

    Declaration
    public ConnectorDevice CreateConnectorDevice(HarnessDevice harnessDevice, string equipmentName, string connectorName, ConnectorDevice.ComponentType connectorType)
    Parameters
    Type Name Description
    HarnessDevice harnessDevice
    System.String equipmentName
    System.String connectorName
    ConnectorDevice.ComponentType connectorType
    Returns
    Type Description
    ConnectorDevice

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

    GetConnectorSingleDevices()

    Declaration
    public ConnectorDevice[] GetConnectorSingleDevices()
    Returns
    Type Description
    ConnectorDevice[]

    GetEquipmentSingleDevices()

    Declaration
    public ConnectorDevice[] GetEquipmentSingleDevices()
    Returns
    Type Description
    ConnectorDevice[]

    GetSpliceConnectorDevice(String)

    Declaration
    public ConnectorDevice GetSpliceConnectorDevice(string spliceName)
    Parameters
    Type Name Description
    System.String spliceName
    Returns
    Type Description
    ConnectorDevice

    ToArray()

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

    Implements

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