Document.NewRoom
Description:
Creates a new room within the confines of a plan circuit, or places an unplaced room within the confines of the plan circuit.
Creates a new room within the confines of a plan circuit, or places an unplaced room within the confines of the plan circuit.
Remarks:
This method will regenerate the document even in manual regeneration mode.
This method will regenerate the document even in manual regeneration mode.
Overloads (3):
public Room NewRoom(
Room room,
PlanCircuit circuit
)
-
roomThe room which you want to locate in the circuit. Pass null to create a new room.
-
circuitThe circuit in which you want to locate a room.
-
If the existing room is already placed.
-
Thrown if the room does not exist in the given document.
-
Thrown if the circuit does not exist in the given document.
-
Thrown if the level obtained from the circuit has no associated view .