API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.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 accordingly.
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
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