Sets the parameters for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetConfigurationParams( _
ByVal ConfigName As String, _
ByRef ParamNames As Object, _
ByRef ParamValues As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfigurationManager
Dim ConfigName As String
Dim ParamNames As Object
Dim ParamValues As Object
Dim value As Boolean
value = instance.SetConfigurationParams(ConfigName, ParamNames, ParamValues)
|
Parameters
- ConfigName
- Name of the configuration
- ParamNames
- Array of the names of the parameters for this configuration
- ParamValues
- Array of values for the parameters for this configuration
Return Value
True if the names and values of the parameters for this configuration are set, false if unsuccessful
See Also
Availability
SolidWorks 2004 SP3, Revision Number 12.3