Share

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: 29.0

Syntax

VB

Public Interface IMultiValueParam

C#

public interface IMultiValueParam

The IMultiValueParam type exposes the following members.

Properties

  NameDescription
Public propertyList(String)
Gets or sets the list of possible values for a parameter.
Public propertyList(Object, 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.

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.

See Also

Reference

Was this information helpful?