.NET Framework Class Library
Options.GetOptionListByName Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Options Class > Options Methods >

.NET Framework Class Library
Options.GetOptionListByName 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 GetOptionListByName ( _

 optionName As String _
As Object

C#

public Object GetOptionListByName(

 string optionName
)

Visual C++

public:

ObjectGetOptionListByName(
 StringoptionName
)

JavaScript

function getOptionListByName(optionName);

Parameters

optionName

Type: System.String
option name

Return Value

array of values for the given option

Remarks

Scripting compatibility

See Also

Options Class

Options Members

MwPDMApi Namespace