DocumentNewRooms2(Level) Method |
Creates new rooms in each plan circuit found in the given level in the last phase.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ICollection<ElementId> NewRooms2(
Level level
)
Public Function NewRooms2 (
level As Level
) As ICollection(Of ElementId)
public:
ICollection<ElementId^>^ NewRooms2(
Level^ level
)
member NewRooms2 :
level : Level -> ICollection<ElementId>
Parameters
- level Level
- The level from which the circuits are found.
Return Value
ICollectionElementId If successful, a set of ElementIds which contains the rooms created should be returned, otherwise
.
Exceptions
See Also