Comment property – Multichannel Systems NeuroExplorer User Manual
Page 336

6.2.3. Comment Property
Document.Comment Property
Read-only property that returns a string with the data file comment.
Syntax
string Comment
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
comment = doc.Comment;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var comment = doc.Comment;
See Also
Page 334