Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 327

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 326
6.1.5. OpenDocument Method
Application.OpenDocument Method
Opens the specified data file. Returns Document object if succeeded.
Syntax
Document OpenDocument ( string documentPath )
Parameters
Parameter Type Description
documentPath string Full data file path
Returns
Returns Document object.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
// note that in JavaScript you need to use double backslashes
// when specifying file path
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
See Also
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 325
Przeglądanie stron 326
1 2 ... 322 323 324 325 326 327 328 329 330 331 332 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag