<Code Lib>
2022 Method
Changes 0
M

Element.IsPhaseCreatedValid

Description:
Returns true if createdPhaseId is an allowed value for the property CreatedPhaseId in this Element.
Remarks:
Acts as a validator for setting the property CreatedPhaseId.

public bool IsPhaseCreatedValid(
	ElementId createdPhaseId
)

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

Loading…