Visual Signal ExternalBase Class Library Documentation
TExternalBase..::.DllData Constructor (name, type, nch, isComplex)
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataTExternalBase..::.DllData(String, String, Int32, Boolean)
API version 1.2.2.0

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

Constructor for the DllData class. This constructor assumes a data ranke of 1.
Declaration Syntax
C#Visual BasicVisual C++
public DllData(
	string name,
	string type,
	int nch,
	bool isComplex
)
Public Sub New ( _
	name As String, _
	type As String, _
	nch As Integer, _
	isComplex As Boolean _
)
public:
DllData(
	String^ name, 
	String^ type, 
	int nch, 
	bool isComplex
)
Parameters
name (String)
Specifies the data name.
type (String)
Specifies the data type.
nch (Int32)
Specifies the number of channels
isComplex (Boolean)
Specifies True if data is complex. ImagArray is ignored for non-complex data.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)