Multichannel-systems NeuroExplorer Manual de usuario Pagina 344

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 343
6.2.11. MarkerCount Property
Document.MarkerCount Property
Read-only property that returns the number of marker variables in the document.
Syntax
int MarkerCount
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
numMarkerVars = doc.MarkerCount;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var numMarkerVars = doc.MarkerCount;
See Also
Document Interface
COM/ActiveX Interfaces
Page 342
Vista de pagina 343
1 2 ... 339 340 341 342 343 344 345 346 347 348 349 ... 372 373

Comentarios a estos manuales

Sin comentarios