Gets the parameters for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetConfigurationParams( _
ByVal ConfigName As String, _
ByRef Params As Object, _
ByRef Values As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfigurationManager
Dim ConfigName As String
Dim Params As Object
Dim Values As Object
Dim value As Boolean
value = instance.GetConfigurationParams(ConfigName, Params, Values)
|
Parameters
- ConfigName
Name of the configuration
- Params
Array of the names of the parameters for this configuration
- Values
Array of values of the parameters for this configuration
Return Value
True if successful in getting the names and values of the parameters for this configuration, false if unsuccessful
Example
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0