.NET Framework Class Library
Options.GetOptionList Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Options Class > Options Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public Object GetOptionList( MWOptionList optionId |
Visual C++ |
|---|
public: Object^ GetOptionList( |
JavaScript |
|---|
function getOptionList(optionId); |
Parameters
optionId
Type: MwPDMApi.MWOptionList
option identifier
Return Value
array of values for the given option
Remarks
See Also