Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 323

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 322
1 2 ... 318 319 320 321 322 323 324 325 326 327 328 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare