DBWGetOption

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Library Reference > Options >

DBWGetOption

Description

Returns the current value for a given option. Please refer to the specific topic for a list of the available options.

Syntax

Function DBWGetOption(OptionID)

Parameter

OptionID

string identifying the option

Remarks

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