Visual Signal ExternalBase Class Library Documentation
ChannelCount Property
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataChannelCount
API version 1.2.2.0

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

Get/Set the channel count. Setting the property will automatically allocate DataArray, ImagArray, and ChannelNames arrays.
Declaration Syntax
C#Visual BasicVisual C++
public int ChannelCount { get; set; }
Public Property ChannelCount As Integer
public:
property int ChannelCount {
	int get ();
	void set (int value);
}

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