Class ConnectorDeviceCollection
Inheritance
System.Object
System.MarshalByRefObject
ConnectorDeviceCollection
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.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
GetConnectorSingleDevices()
Declaration
public ConnectorDevice[] GetConnectorSingleDevices()
Returns
Type | Description |
---|---|
ConnectorDevice[] |
GetEquipmentSingleDevices()
Declaration
public ConnectorDevice[] GetEquipmentSingleDevices()
Returns
Type | Description |
---|---|
ConnectorDevice[] |
ToArray()
Declaration
public ConnectorDevice[] ToArray()
Returns
Type | Description |
---|---|
ConnectorDevice[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable