<Code Lib>
M

Document.NewRooms2(Level)

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

public ICollection<ElementId> NewRooms2(
	Level level
)

  • level
    The level from which the circuits are found.
Return Value ICollection<ElementId> If successful, a set of ElementIds which contains the rooms created should be returned, otherwise .

Loading…