Revit 2026 API
Energy |
Checks that the construction set ElementId is acceptable.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CheckConstructionSetElement( ElementId constructionSetElementId )
Public Function CheckConstructionSetElement ( constructionSetElementId As ElementId ) As Boolean
public: bool CheckConstructionSetElement( ElementId^ constructionSetElementId )
member CheckConstructionSetElement : constructionSetElementId : ElementId -> bool
Parameters
- constructionSetElementId ElementId
- The construction set ElementId to be checked.
Return Value
BooleanTrue if the construction set ElementId is a valid construction set element, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also