2022 Members Back to 2022
M

ParameterUtils

Version comparison

Members across versions

19 members across 9 versions · 19 added later · 2 removed · 7 changed · 7 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M DownloadCompanyName(Document, ForgeTypeId)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same changed
M DownloadCompanyName(Document, ForgeTypeId, String)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added
M DownloadParameter(Document, ParameterDownloadOptions, ForgeTypeId)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same changed
M DownloadParameter(Document, ParameterDownloadOptions, ForgeTypeId, String)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added
M DownloadParameterOptions(ForgeTypeId)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same changed
M DownloadParameterOptions(ForgeTypeId, String)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added
not yet introduced not yet introduced added same same same same same same
not yet introduced not yet introduced added same same same same same same
M GetBuiltInParameter(ForgeTypeId)
not yet introduced not yet introduced added changed same same same same same
M GetBuiltInParameterGroup(ForgeTypeId)
not yet introduced not yet introduced added changed changed missing missing missing missing
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
M GetDefinition(ForgeTypeId)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added
M GetParameterGroupTypeId(BuiltInParameterGroup)
not yet introduced not yet introduced added changed changed missing missing missing missing
M GetParameterTypeId(BuiltInParameter)
not yet introduced not yet introduced added changed same same same same same
M IsBuiltInGroup(ForgeTypeId)
not yet introduced not yet introduced added same same same same same same
M IsBuiltInParameter(ForgeTypeId)
not yet introduced not yet introduced added same same same same same same
M IsBuiltInParameter(ElementId)
not yet introduced not yet introduced not yet introduced added same same same same same
M IsValidRegionCode(String)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added
M WriteSharedParametersToFile(Document, String)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added

Per-version detail

Click a version below to see what changed in that release vs your current frame (2022).
Not present in: 2020, 2021, 2025, 2025.3, 2026, 2027
2022 current

Changes in 2023 vs 2022 1 added 4 changed

Flip API Versions →

Added in 2023 (new since 2022)

Changed members

ParameterUtils.GetBuiltInParameter(ForgeTypeId)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. It will not be replaced, but until its removal it may be used to help migrate code that uses the 'BuiltInParameter' enumeration to the ForgeTypeId class.
parameterTypeId ForgeTypeId The parameter identifier.
→ returns BuiltInParameter The BuiltInParameter value corresponding to the given parameter identifier.
ParameterUtils.GetBuiltInParameterGroup(ForgeTypeId)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. It will not be replaced, but until its removal it may be used to help migrate code that uses the 'BuiltInParameterGroup' enumeration to the ForgeTypeId class.
groupTypeId ForgeTypeId The parameter group identifier.
→ returns BuiltInParameterGroup The BuiltInParameterGroup value corresponding to the given parameter group identifier.
ParameterUtils.GetParameterGroupTypeId(BuiltInParameterGroup)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. It will not be replaced, but until its removal it may be used to help migrate code that uses the 'BuiltInParameterGroup' enumeration to the ForgeTypeId class.
builtInParamGroup BuiltInParameterGroup The BuiltInParameterGroup value.
→ returns ForgeTypeId Identifier of the parameter group corresponding to the given BuiltInParameterGroup value.
ParameterUtils.GetParameterTypeId(BuiltInParameter)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. It will not be replaced, but until its removal it may be used to help migrate code that uses the 'BuiltInParameter' enumeration to the ForgeTypeId class.
builtInParam BuiltInParameter The BuiltInParameter value.
→ returns ForgeTypeId Identifier of the parameter corresponding to the given BuiltInParameter value.

Changes in 2024 vs 2022 4 added 2 changed

Flip API Versions →

Added in 2024 (new since 2022)

Changed members

ParameterUtils.GetBuiltInParameter(ForgeTypeId)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. It will not be replaced, but until its removal it may be used to help migrate code that uses the 'BuiltInParameter' enumeration to the ForgeTypeId class.
parameterTypeId ForgeTypeId The parameter identifier.
→ returns BuiltInParameter The BuiltInParameter value corresponding to the given parameter identifier.
ParameterUtils.GetParameterTypeId(BuiltInParameter)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. It will not be replaced, but until its removal it may be used to help migrate code that uses the 'BuiltInParameter' enumeration to the ForgeTypeId class.
builtInParam BuiltInParameter The BuiltInParameter value.
→ returns ForgeTypeId Identifier of the parameter corresponding to the given BuiltInParameter value.