Class SystemDeviceCollection
Inheritance
SystemDeviceCollection
Assembly: NXOpen.dll
Syntax
public class SystemDeviceCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SystemDeviceCollection()
Declaration
protected SystemDeviceCollection()
SystemDeviceCollection(RouteManager)
Declaration
protected SystemDeviceCollection(RouteManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateSystemDevice()
Declaration
public SystemDevice CreateSystemDevice()
Returns
CreateSystemDevice(string)
Declaration
public SystemDevice CreateSystemDevice(string systemName)
Parameters
| Type |
Name |
Description |
| string |
systemName |
|
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
GetSystemSingleDevices()
Declaration
public SystemDevice[] GetSystemSingleDevices()
Returns
ToArray()
Declaration
public SystemDevice[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink