Class DerivativeDeviceCollection
Inheritance
DerivativeDeviceCollection
Assembly: NXOpen.dll
Syntax
public class DerivativeDeviceCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
DerivativeDeviceCollection()
Declaration
protected DerivativeDeviceCollection()
DerivativeDeviceCollection(RouteManager)
Declaration
protected DerivativeDeviceCollection(RouteManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateDerivativeDevice()
Declaration
public DerivativeDevice CreateDerivativeDevice()
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
GetDerivativeSingleDevices()
Declaration
public DerivativeDevice[] GetDerivativeSingleDevices()
Returns
ToArray()
Declaration
public DerivativeDevice[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink