Documentcount property – Multichannel Systems NeuroExplorer User Manual

Page 324

Advertising
background image

6.1.2. DocumentCount Property

Application.DocumentCount Property


Read-only property that returns the number of open documents (data files).

Syntax


int DocumentCount

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

numDocs = nex.DocumentCount;

JavaScript

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

var numDocs = nex.DocumentCount;

See Also

Application Interface

COM/ActiveX Interfaces

Page 322

Advertising