IMultiValueParamList Property (String) |
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: 23.0
Syntax Property List (
parameterName As String
) As IList
Get
Set
IList this[
string parameterName
] { get; set; }
Parameters
- parameterName
- Type: SystemString
The name of the parameter.
Return Value
Type:
IListSee Also