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