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

  • 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 339
6.2.7. VariableCount Property
Document.VariableCount Property
Read-only property that returns the number of variables in the document.
Syntax
int VariableCount
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
numVars = doc.VariableCount;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var numVars = doc.VariableCount;
See Also
Document Interface
COM/ActiveX Interfaces
Page 338
Zobrazit stránku 339
1 2 ... 335 336 337 338 339 340 341 342 343 344 345 ... 372 373

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

Žádné komentáře