.NET Framework Class Library
Options.GetOptionList Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Options Class > Options Methods >

.NET Framework Class Library
Options.GetOptionList Method

Get option list of values

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

Syntax

Visual Basic

Public Function GetOptionList ( _

 optionId As MWOptionList _
As Object

C#

public Object GetOptionList(

 MWOptionList optionId
)

Visual C++

public:

ObjectGetOptionList(
 MWOptionList optionId
)

JavaScript

function getOptionList(optionId);

Parameters

optionId

Type: MwPDMApi.MWOptionList
option identifier

Return Value

array of values for the given option

Remarks

See Also

Options Class

Options Members

MwPDMApi Namespace