IMultiValueParam Interface |
In a rule, this interface is implemented by the predefined object named MultiValue.
Namespace: Autodesk.iLogic.Interfaces
The IMultiValueParam type exposes the following members.
Name | Description | |
---|---|---|
ListString |
Gets or sets the list of possible values for a parameter.
| |
ListObject, 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.
|
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.
|