Share

IiLogicAutomation.MultiValueSetValueOptions 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: 30.0

Syntax

VB

Sub MultiValueSetValueOptions ( 
	doSetValue As Boolean,
	Optional DefaultIndex As Integer = 0,
	Optional NumericCompare As String = "Close"
)

C#

void MultiValueSetValueOptions(
	bool doSetValue,
	int DefaultIndex = 0,
	string NumericCompare = "Close"
)

Parameters

doSetValue
Type: System.Boolean
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: System.Int32
Index if the list of the value to use. This only applies to Text parameters.
NumericCompare (Optional)
Type: System.String
This option is no longer supported.

Remarks

See Also

Reference

Was this information helpful?