2024 Method
Changes 8
M

FamilyManager.IsUserAssignableParameterGroup

Description:
Checks if the given parameter group can be assigned to new parameters.
Overloads (2):
IsUserAssignableParameterGroup(BuiltInParameterGroup)
[ObsoleteAttribute("This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use the `IsUserAssignableParameterGroup(ForgeTypeId)` method instead.")]
public bool IsUserAssignableParameterGroup(
	BuiltInParameterGroup parameterGroup
)
Return Value bool True if the parameter group can be assigned to new parameters, false otherwise.