Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 328

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 327
6.1.6. Document Medhod
Application.Document Method
Returns Document object for the specified document index.
Syntax
Document Document(int documentIndex)
Parameters
Parameter Type Description
documentIndex int 1-based document index
Returns
Returns Document object.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
% get the first open document
doc = nex.Document(1);
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
// get the first open document
var doc = nex.Document(1);
See Also
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 326
Przeglądanie stron 327
1 2 ... 323 324 325 326 327 328 329 330 331 332 333 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag