Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 342

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 341
6.2.9. EventCount Property
Document.EventCount Property
Read-only property that returns the number of event variables in the document.
Syntax
int EventCount
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
numEventVars = doc.EventCount;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var numEventVars = doc.EventCount;
See Also
Document Interface
COM/ActiveX Interfaces
Page 340
Przeglądanie stron 341
1 2 ... 337 338 339 340 341 342 343 344 345 346 347 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag