Click or drag to resize

IiLogicAutomationMultiValueSetValueOptions Method

Controls what the behavior of iLogic will be when you assign a multivalue list to a parameter.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub MultiValueSetValueOptions ( 
	doSetValue As Boolean,
	Optional DefaultIndex As Integer = 0,
	Optional NumericCompare As String = "Close"
)

Parameters

doSetValue
Type: SystemBoolean
Set this to True if you want to automatically change the parameter value to one that is in the list, if necessary.
DefaultIndex (Optional)
Type: SystemInt32
Index if the list of the value to use. This only applies to Text parameters.
NumericCompare (Optional)
Type: SystemString
This option is no longer supported.
Remarks
See Also