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