Multichannel-systems NeuroExplorer Manual de usuario Pagina 359

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 358
6.2.26. Close Method
Document.Close Method
Closes the document.
Syntax
void Close()
Parameters
None.
Returns
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% close the document
doc.Close();
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
// close the document
doc.Close();
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 357
Vista de pagina 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 372 373

Comentarios a estos manuales

Sin comentarios