Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 334

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 333
6.2.1. Path Property
Document.Path Property
Read-only property that returns a string with the full path of the document.
Syntax
string Path
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
path = doc.Path;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var path = doc.Path;
See Also
Document Interface
COM/ActiveX Interfaces
Page 332
Przeglądanie stron 333
1 2 ... 329 330 331 332 333 334 335 336 337 338 339 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag