Sets the vector values of a named configuration option parameter.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetVector2( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double, _
ByVal ConfigurationOption As Integer, _
ByVal ConfigurationName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IParameter
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim ConfigurationOption As Integer
Dim ConfigurationName As String
Dim value As Boolean
value = instance.SetVector2(X, Y, Z, ConfigurationOption, ConfigurationName)
|
Parameters
- X
x value to store for the named configuration option
- Y
y value to store for the named configuration option
- Z
- z value to store for the named configuration option
- ConfigurationOption
- Configuration option as defined in swInConfigurationOpts_e
- ConfigurationName
Name of the configuration
Return Value
True if successful, false if not
Remarks
See Also