VariesAcrossGroups Property


Internal Definition Varies Across Groups Property

Whether or not the parameter values can vary across group members.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool VariesAcrossGroups { get; }

Property Value

Boolean
True if the values of this parameter can vary across the related members of group instances. False if the values will be consistent across the related members in group instances.
See Also