Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 327

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 326
1 2 ... 322 323 324 325 326 327 328 329 330 331 332 ... 372 373

Commentaires sur ces manuels

Pas de commentaire