Document medhod – Multichannel Systems NeuroExplorer User Manual

Page 328

Advertising
background image

6.1.6. Document Medhod

Application.Document Method


Returns Document object for the specified document index.

Syntax


Document Document(int documentIndex)

Parameters

Parameter

Type

Description

documentIndex

int

1-based document index

Returns


Returns

Document

object.

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

% get the first open document

doc = nex.Document(1);

JavaScript

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

// get the first open document

var doc = nex.Document(1);

See Also

Application Interface

Document Interface

COM/ActiveX Interfaces

Page 326

Advertising