HyperWorks Desktop

new_DMDirector

new_DMDirector

Previous topic Next topic No expanding text in this topic  

new_DMDirector

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME


new_DMDirector

 

SYNTAX


new_DMDirector <DefaultSettings> <Path to master.db>

 

TYPE/CLASS


DMDirector

 

 

DESCRIPTION


Gets handle on Data Manager Director

Default Settings

Path to library manager .xml file, which has the path to parsers, indexer, and so on.

Path to master.db

Path to master.db, which is the database file containing all the information needed to manage libraries.

 

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.1\hwe\organize\master\master.db}]

 

ERRORS


 

SEE ALSO


CreateDefaultSettings

DMDirector_GetLibraries