| Visual Basic | |
|---|---|
Function GetValue( _ ByVal bsConfiguration As System.String _ ) As System.Object | |
| C# | |
|---|---|
System.object GetValue( System.string bsConfiguration ) | |
| C++/CLI | |
|---|---|
System.Object^ GetValue( & System.String^ bsConfiguration ) | |
Parameters
- bsConfiguration
- Name of configuration for which to get the value; "" for folders and file types that do not support multiple configurations
Return Value
Value of the variableSee the IEdmVariableValue5 examples.
C++ users should use VariantInit and VariantClear to handle the VARIANT struct properly.
- S_OK: The method successfully executed.
- S_FALSE: No value exists for the specified configuration.
SOLIDWORKS PDM Professional Version 5.2