<Code Lib>
2022 Method
Changes 8
M

ParameterUtils.GetParameterTypeId

Description:
Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.

[ObsoleteAttribute("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.")]
public static ForgeTypeId GetParameterTypeId(
	BuiltInParameter builtInParam
)

Return Value ForgeTypeId Identifier of the parameter corresponding to the given BuiltInParameter value.

Loading…