Markercount property – Multichannel Systems NeuroExplorer User Manual

Page 344

Advertising
background image

6.2.11. MarkerCount Property

Document.MarkerCount Property


Read-only property that returns the number of marker variables in the document.

Syntax


int MarkerCount

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

doc = nex.OpenDocument('C:\Data\TestDataFile.nex');

numMarkerVars = doc.MarkerCount;

JavaScript

var nex = new ActiveXObject("NeuroExplorer.Application");

var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");

var numMarkerVars = doc.MarkerCount;

See Also

Document Interface

COM/ActiveX Interfaces

Page 342

Advertising