Eventcount property – Multichannel Systems NeuroExplorer User Manual

Page 342

Advertising
background image

6.2.9. EventCount Property

Document.EventCount Property


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

Syntax


int EventCount

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

numEventVars = doc.EventCount;

JavaScript

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

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

var numEventVars = doc.EventCount;

See Also

Document Interface

COM/ActiveX Interfaces

Page 340

Advertising