ContinuousCount
Read-only property that returns the number of continuous variables in the document.
Syntax
ContinuousCount
Matlab Example
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\MyDataFile.nex');
numContinuousVars = doc.ContinuousCount;