HyperWorks Desktop

CreateDefaultSettings

CreateDefaultSettings

Previous topic Next topic No expanding text in this topic  

CreateDefaultSettings

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

NAME


CreateDefaultSettings

 

SYNTAX


CreateDefaultSettings <Path to librarymanager.xml>

 

TYPE/CLASS


General

 

 

DESCRIPTION


Point to default setting for parsers, indexer and other necessary settings.

Path

Path to the library manager xml file. The default location is altairHome/hw/tcl/hweDataMgr.

 

EXAMPLES


set altairHome [file dirname $::env(ALTAIR_LIB_MGR_PATH)]

set fileDefaultSettings  [file join "$altairHome" hw tcl hweDataMgr librarymanager.xml]

set settings [CreateDefaultSettings "$fileDefaultSettings"]

 

ERRORS


 

SEE ALSO


New_DMDirector

DMDirector_GetLibraries