IExternalDllsetProperties Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Interface for exported function "setProperties", used by Visual Signal's ExternalDll module to set property values in the user DLL.

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

void setProperties(
	string xml
)

Parameters

xml
Type: SystemString
Specifies the XML string containing new property values before user DLL's computation.
See Also

Reference