TExternalBaseDllData Constructor (String, String, Int32, Boolean, Int32)Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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 accordingly.

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

public DllData(
	string name,
	string type,
	int nch,
	bool isComplex,
	int rank = 1
)

Parameters

name
Type: SystemString
Specifies the data name.
type
Type: SystemString
Specifies the data type.
nch
Type: SystemInt32
Specifies the number of channels
isComplex
Type: SystemBoolean
Specifies True if data is complex. ImagArray is ignored for non-complex data.
rank (Optional)
Type: SystemInt32
Specifies the rank of the data
See Also

Reference