Write/Read
About External Devices

Name (ExternalDevice) Property


Description

Sets and returns the name of the External Device.

 VB Syntax

extDev.Name = value

Variable

(Type) - Description

extDev

A ExternalDevice Object (object).

value

(string) - External Device name. Any string name limited to alpha-numeric characters.

Return Type

String

Default

Device<n>

Examples

extDev.Name = "MySource" 'Write

extDevName = extDev.Name 'Read

See example program to configure PMAR device

See example program to configure External Source

C++ Syntax

HRESULT get_Name(BSTR *pVal)

HRESULT put_Name(BSTR newVal)

Interface

IExternalDevice