.NET Framework Class Library
Options.GetOption Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Options Class > Options Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public string GetOption( MWOption optionId |
Visual C++ |
|---|
public: String^ GetOption( |
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