<Code Lib>
2023 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
)

Return Value bool True if demolishedPhaseId is an allowed value for the property DemolishedPhaseId in this Element, false otherwise.

Loading…