2024 Method
Changes 0
M

Document.NewRooms2

Description:
Creates new unplaced rooms in the given phase.
Overloads (3):
NewRooms2(Phase,Int32)
public ICollection<ElementId> NewRooms2(
	Phase phase,
	int count
)
  • phase
    The phase on which the rooms are to exist.
  • Int32
    count
    The number of the rooms to be created.
Return Value ICollection<ElementId> If successful, a set of ElementIds which contains the rooms should be returned, otherwise the exception will be thrown.