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

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

Constructor for the DllData class. This constructor will set the data rank, and allocate coordinates and related arrays acoordingly.
Declaration Syntax
C#Visual BasicVisual C++
public DllData(
	string name,
	string type,
	int nch,
	bool isComplex,
	int rank
)
Public Sub New ( _
	name As String, _
	type As String, _
	nch As Integer, _
	isComplex As Boolean, _
	rank As Integer _
)
public:
DllData(
	String^ name, 
	String^ type, 
	int nch, 
	bool isComplex, 
	int rank
)
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.
rank (Int32)
Specifies the rank of the data

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