Write-only |
About External Devices |
Description |
Adds an external device to the system. This is the same as clicking the New button and editing the name on the Configure an External Device dialog. Upon creation, all settings on the new device are set to the defaults. The device is not active until set using Ext.Dev.Active. |
VB Syntax |
extDevices.Add name |
Variable |
(Type) - Description |
extDevices |
An ExternalDevices (collection) |
name |
(String) - Name of the new external device. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
extDevices.Add 'MySource' 'Creates a new external device |
C++ Syntax |
HRESULT Add (BSTR name) |
Interface |
IExternalDevices |