IsPhaseDemolishedValid Method


Element Is Phase Demolished Valid Method

Returns true if demolishedPhaseId is an allowed value for the property DemolishedPhaseId in this Element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsPhaseDemolishedValid(
	ElementId demolishedPhaseId
)

Parameters

demolishedPhaseId ElementId
The id of a Phase or invalidElementId.

Return Value

Boolean
True if demolishedPhaseId is an allowed value for the property DemolishedPhaseId in this Element, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
Remarks
Acts as a validator for setting the property DemolishedPhaseId.
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 →