2027 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
)
  • createdPhaseId
    The id of a Phase.
Return Value Boolean True if createdPhaseId is an allowed value for the property CreatedPhaseId in this Element, false otherwise.