Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 359

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 358
6.2.26. Close Method
Document.Close Method
Closes the document.
Syntax
void Close()
Parameters
None.
Returns
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% close the document
doc.Close();
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
// close the document
doc.Close();
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 357
Przeglądanie stron 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag