Activedocument property – Multichannel Systems NeuroExplorer User Manual

Page 323

Advertising
background image

6.1.1. ActiveDocument Property

Application.ActiveDocument Property


Read-only property that returns a

Document

object that represents the active document (the

document corresponding to the active window of the application). Returns null if there are no open

documents.

Syntax


Document ActiveDocument

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

doc = nex.ActiveDocument;

JavaScript

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

var doc = nex.ActiveDocument;

See Also

Application Interface

Document Interface

COM/ActiveX Interfaces

Page 321

Advertising