Revit_Toolkit: enable explicit query of type parameters by adding Type: prefix to the parameter name argument in GetRevitParameterValue
Open
type:feature
- Dominant language
- C#
- Stars
- 35
- Forks
- 16
- Avg merge
- 7d 29m
- Merged PRs (30d)
- 2
Description
#### Description:
Following the discussion in #791:
Currently `GetRevitParameterValue` method extracts the parameter values in the following order:
- object's parameters to push
- object's pulled parameters
- object's pulled identifiers
- object type's pulled parameters
It would be good to make `GetRevitParameterValue` work with parameter name argument preceded by _Type:_ prefix, triggering the following sequence of queries:
- object type's parameters to push
- object type's pulled parameters
- object type's pulled identifiers
Contributor guide
Assessment
This issue has not been assessed yet.