2024 Method
Changes 0
M

InternalDefinition.SetAllowVaryBetweenGroups

Description:
Whether or not the parameter values can vary across group members.
Remarks:
When a parameter is set to not vary between groups Revit will automatically align the parameter values of any elements that actually varied between group instances.
public ICollection<ElementId> SetAllowVaryBetweenGroups(
	Document document,
	bool allowVaryBetweenGroups
)
  • document
    The document of this parameter.
  • Boolean
    allowVaryBetweenGroups
    Whether this parameter should be allowed to vary between groups.
Return Value ICollection<ElementId> The ids of elements that were updated to align the values between groups.