BHoM / BHoM/Revit_Toolkit

Revit_Toolkit: enable explicit query of type parameters by adding Type: prefix to the parameter name argument in GetRevitParameterValue

Open
#797 0 comments 0 reactions 2 assignees Claimed by @pawelbaran View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.