Multichannel-systems NeuroExplorer Uživatelský manuál Strana 342

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 373
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 341
1 2 ... 337 338 339 340 341 342 343 344 345 346 347 ... 372 373

Komentáře k této Příručce

Žádné komentáře