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

  • 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 326
6.1.5. OpenDocument Method
Application.OpenDocument Method
Opens the specified data file. Returns Document object if succeeded.
Syntax
Document OpenDocument ( string documentPath )
Parameters
Parameter Type Description
documentPath string Full data file path
Returns
Returns Document object.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
// note that in JavaScript you need to use double backslashes
// when specifying file path
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
See Also
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 325
Zobrazit stránku 326
1 2 ... 322 323 324 325 326 327 328 329 330 331 332 ... 372 373

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

Žádné komentáře