GetAffectedElements Method


Global Parameter Get Affected Elements Method

Returns all elements of which properties are driven by this global parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ISet<ElementId> GetAffectedElements()

Return Value

ISet ElementId
Collection of Element Ids.
Remarks
The returned collection does not include dimensions labeled by this global parameter. To get the labeled dimensions use the GetLabeledDimensions method. Other global parameters that may be affected by this one (in their formulas) are also excluded from the returned collection. To get the set of affected global parameters use the GetAffectedGlobalParameters method.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →