FamilyManager.IsUserAssignableParameterGroup
Description:
Checks if the given parameter group can be assigned to new parameters.
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
)
-
parameterGroup
Return Value
bool
True if the parameter group can be assigned to new parameters, false otherwise.