Gets or sets the list of possible values for a parameter.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Property List ( parameterName As String ) As IList Get Set
C#
IList this[ string parameterName ] { get; set; }
Parameters
- parameterName
- Type: System.String
The name of the parameter.