<Code Lib>
2025 Method
Changes 0
M

Document.NewRooms2(Level, Phase)

Description:
Creates new rooms in each plan circuit found in the given level in the given phase.
Overloads (3):
NewRooms2(Level,Phase)

public ICollection<ElementId> NewRooms2(
	Level level,
	Phase phase
)

  • level
    The level from which the circuits are found.
  • phase
    The phase on which the room is to exist.
Return Value ICollection<ElementId> If successful, a set of ElementIds which contains the rooms should be returned, otherwise the exception will be thrown.

Loading…