Multichannel-systems NeuroExplorer Manual de usuario Pagina 324

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 323
6.1.2. DocumentCount Property
Application.DocumentCount Property
Read-only property that returns the number of open documents (data files).
Syntax
int DocumentCount
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
numDocs = nex.DocumentCount;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var numDocs = nex.DocumentCount;
See Also
Application Interface
COM/ActiveX Interfaces
Page 322
Vista de pagina 323
1 2 ... 319 320 321 322 323 324 325 326 327 328 329 ... 372 373

Comentarios a estos manuales

Sin comentarios