Creates new areas
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- dataList
- Type: System.Collections.GenericListAreaCreationData
A list of AreaCreationData which wraps the creation arguments of the areas to be created.
Return Value
If successful an Element Set which contains the areas should be returned, otherwise the exception will be thrown.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | If AreaCreationData's areaPoint is a null reference (Nothing in Visual Basic). |
Autodesk.Revit.ExceptionsInvalidOperationException | If the area cannot be created successfully or the phase is invalid or regeneration fails at the end of the batch creation. |