2027 Method
Changes 0
M

Element.IsPhaseDemolishedValid

Description:
Returns true if demolishedPhaseId is an allowed value for the property DemolishedPhaseId in this Element.
Remarks:
Acts as a validator for setting the property DemolishedPhaseId.
public bool IsPhaseDemolishedValid(
	ElementId demolishedPhaseId
)
  • demolishedPhaseId
    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.