2027 Method
Changes 0
M

StairsPath.CreateOnMultistoryStairs

Description:
Creates a new stairs path for the stairs in a multistory stairs with the specified stairs path type only in the plan view.
public static IList<StairsPath> CreateOnMultistoryStairs(
	Document document,
	LinkElementId multistoryStairsId,
	ElementId typeId
)
  • document
    The document.
  • multistoryStairsId
    The id of the multistory stairs element either in the host document or in a linked document.
  • typeId
    The type of stairs path.
Return Value IList<StairsPath> The new stairs paths.