Class CableConnectionCollection
Inheritance
CableConnectionCollection
Assembly: NXOpen.dll
Syntax
public class CableConnectionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CableConnectionCollection()
Declaration
protected CableConnectionCollection()
CableConnectionCollection(RouteManager)
Declaration
protected CableConnectionCollection(RouteManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateCableConnection()
Declaration
public CableConnection CreateCableConnection()
Returns
CreateShieldConnection()
Declaration
public CableConnection CreateShieldConnection()
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
ToArray()
Declaration
public CableConnection[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink