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: 29.0
Syntax
VB
Public Interface IMultiValueParam
C#
public interface IMultiValueParam
The IMultiValueParam type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | List(String) |
Gets or sets the list of possible values for a parameter.
|
![]() | List(Object, String) |
Gets or sets the list of possible values for a parameter in a component or document.
|
![]() | Quiet |
If this is true, no error will be thrown when a parameter is not found.
|
![]() | UpdateAfterChange |
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.
|
Methods
Name | Description | |
---|---|---|
![]() | FindValue |
Tries to find a value in a list.
|
![]() | SetList |
Sets the list of possible values for a parameter.
|
![]() | SetValueOptions |
Sets options for behavior when a multivalue list is changed.
|