Share

CodeCheckingParameterServiceData.GetCurrentElements Method

Returns the list of Ids of the current elements.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public IList<ElementId> GetCurrentElements()

Return Value

IList<ElementId>
Ids of the current elements. Contains the analytical model element to which the code checking parameter belongs.

See Also

Reference

Was this information helpful?