DMDirector_GetLibraries

Get a handle on the repositories for the requested DM Director for a specific username.

Syntax

DMDirector_GetLibraries <DMDirectorHandle> <LibraryList> <username> <password>

Type/Class

DM Director

Description

Get a handle on the repositories for the requested DM Director for a specific username.
DMDirectorHandle
DM Director Handle
LibrariesList
Handle on library list
username
Username for the library
password
Password for the library

Examples

set altairHome [file dirname $::env(ALTAIR_LIB_MGR_PATH)] 
set fileDefaultSettings [file join "$altairHome" hw tcl hweDataMgr librarymanager.xml]
set settings [CreateDefaultSettings "$fileDefaultSettings"]
set director [new_DMDirector $settings {C:\Documents and Settings\username\.Altair\11.2\hwe\organize\master\master.db}
set liblist [LibraryList]
DMDirector_GetLibraries $director $liblist username ""