Close method – Multichannel Systems NeuroExplorer User Manual

Page 359

Advertising
background image

6.2.26. Close Method

Document.Close Method


Closes the document.

Syntax


void Close()

Parameters


None.

Returns


None.

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

% close the document

doc.Close();

JavaScript

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

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

// close the document

doc.Close();

See Also

Variable Interface

Application Interface

Document Interface

COM/ActiveX Interfaces

Page 357

Advertising