ParameterSetMultiple Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static List<Parameter> SetMultiple(
IList<Tuple<Parameter, ParameterValue>> values
)
Public Shared Function SetMultiple (
values As IList(Of Tuple(Of Parameter, ParameterValue))
) As List(Of Parameter)
public:
static List<Parameter^>^ SetMultiple(
IList<Tuple<Parameter^, ParameterValue^>^>^ values
)
static member SetMultiple :
values : IList<Tuple<Parameter, ParameterValue>> -> List<Parameter>
Parameters
- values IListTupleParameter, ParameterValue
-
Return Value
ListParameter
See Also