Click or drag to resize

IMultiValueParam Interface

Provides properties and functions for multivalue lists (lists of choices of parameter expressions).

In a rule, this interface is implemented by the predefined object named MultiValue.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface IMultiValueParam

The IMultiValueParam type exposes the following members.

Properties
  NameDescription
Public propertyListString
Gets or sets the list of possible values for a parameter.
Public propertyListObject, String
Gets or sets the list of possible values for a parameter in a component or document.
Public propertyQuiet
If this is true, no error will be thrown when a parameter is not found.
Public propertyUpdateAfterChange
If this is true, a document update will be performed automatically after a parameter value is changed by a MultiValue operation in the current rule.
Top
Methods
  NameDescription
Public methodFindValue
Tries to find a value in a list.
Public methodSetList
Sets the list of possible values for a parameter.
Public methodSetValueOptions
Sets options for behavior when a multivalue list is changed.
Top
See Also