Variablecount property – Multichannel Systems NeuroExplorer User Manual

Page 340

Advertising
background image

6.2.7. VariableCount Property

Document.VariableCount Property


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

Syntax


int VariableCount

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

numVars = doc.VariableCount;

JavaScript

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

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

var numVars = doc.VariableCount;

See Also

Document Interface

COM/ActiveX Interfaces

Page 338

Advertising