Creates new areas
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementSet NewAreas(
List<AreaCreationData> dataList
)
Public Function NewAreas (
dataList As List(Of AreaCreationData)
) As ElementSet
public:
ElementSet^ NewAreas(
List<AreaCreationData^>^ dataList
)
member NewAreas :
dataList : List<AreaCreationData> -> ElementSet
Parameters
- dataList ListAreaCreationData
- A list of AreaCreationData which wraps the creation arguments of the areas to be created.
Return Value
ElementSet If successful an Element Set which contains the areas should be returned, otherwise the exception will be thrown.
Exceptions
See Also