TExternalBaseDllDataLengths Property Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Get/Set data lengths. For multi-dimensional data, the int[] array represents the length for each dimension. For a vector data, length of int[] array is 1.

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

public int[] Lengths { get; set; }

Property Value

Type: Int32
See Also

Reference