2020 Method
Changes 0
M

StairsLanding.CreateAutomaticLanding

Description:
Creates automatic landing(s) between two stairs runs.
Remarks:
This should be called within open stairs edit scope and transaction. The new stairs landing(s) and the document will be regenerated. The landing type of the new stairs landing(s) is determined by stairs type.
public static IList<ElementId> CreateAutomaticLanding(
	Document document,
	ElementId firstRunId,
	ElementId secondRunId
)
Return Value IList<ElementId> The created landing(s) between the two stairs runs.