Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 336

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 335
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
Document Interface
COM/ActiveX Interfaces
Page 334
Przeglądanie stron 335
1 2 ... 331 332 333 334 335 336 337 338 339 340 341 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag