|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > Options > DBWGetOption |
Returns the current value for a given option. Please refer to the specific topic for a list of the available options.
Function DBWGetOption(OptionID)
OptionID |
string identifying the option |
To retrieve user specific options you've to invoke DBWGetUserOption function instead of the current on.
After calling this function check the Boolean value of the okDBW variable:
TRUE |
if succeeded in fetching the value |
|---|---|
FALSE |
otherwise |