Sets the parameters for this configuration.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IConfigurationManager
Dim ConfigName As String
Dim ParamCount As Integer
Dim ParamNames As String
Dim ParamValues As String
Dim value As Boolean
value = instance.ISetConfigurationParams(ConfigName, ParamCount, ParamNames, ParamValues)
|
Parameters
- ConfigName
- Name of the configuration
- ParamCount
- Number of parameters
- ParamNames
- in-process, unmanaged C++: Pointer to an array of the names of the parameters for this configuration of size ParamCount
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
- ParamValues
- in-process, unmanaged C++: Pointer to an array of values for the parameters for this configuration of size ParamCount
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
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