TExternalBasesetInputDescriptors Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

Exported function "setInputDescriptors", used by Visual Signal's ExternalDll module to set input descriptors in the user DLL.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public void setInputDescriptors(
	string xml
)

Parameters

xml
Type: SystemString
Specifies the XML string containing input descriptors before user DLL's computation.

Implements

IExternalDllsetInputDescriptors(String)
See Also

Reference