.NET Framework Class Library
Options.GetOption Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Options Class > Options Methods >

.NET Framework Class Library
Options.GetOption Method

Get option value

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function GetOption ( _

 optionId As MWOption _
As String

C#

public string GetOption(

 MWOption optionId
)

Visual C++

public:

StringGetOption(
 MWOption optionId
)

JavaScript

function getOption(optionId);

Parameters

optionId

Type: MwPDMApi.MWOption
option identifier

Return Value

The function assumes the current value for the given option

Remarks

See Also

Options Class

Options Members

MwPDMApi Namespace