Multichannel-systems NeuroExplorer Manual do Utilizador Página 323

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 322
6.1.1. ActiveDocument Property
Application.ActiveDocument Property
Read-only property that returns a Document object that represents the active document (the
document corresponding to the active window of the application). Returns null if there are no open
documents.
Syntax
Document ActiveDocument
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.ActiveDocument;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.ActiveDocument;
See Also
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 321
Vista de página 322
1 2 ... 318 319 320 321 322 323 324 325 326 327 328 ... 372 373

Comentários a estes Manuais

Sem comentários