Version property – Multichannel Systems NeuroExplorer User Manual

Page 325

Advertising
background image

6.1.3. Version Property

Application.Version Property


Read-only property that returns a string with the current version of NeuroExplorer.

Syntax


string Version

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

version = nex.Version;

JavaScript

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

var version = nex.Version;

See Also

Application Interface

COM/ActiveX Interfaces

Page 323

Advertising