| Revit 2016 API |
| Document..::..NewAreaLoad Method |
| Document Class See Also |
Creates a new area load in the project.
Overload List
| Name | Description | |
|---|---|---|
| NewAreaLoad(Element, XYZ, Boolean, AreaLoadType) | Obsolete. Creates a new uniform hosted area load with polygonal shape within the project. | |
| NewAreaLoad(IList<(Of <<'(XYZ>)>>), XYZ, Boolean, AreaLoadType) | Obsolete. Creates a new uniform unhosted area load with polygonal shape within the project. | |
| NewAreaLoad(CurveArray, array<Int32>[]()[][], array<Int32>[]()[][], IList<(Of <<'(XYZ>)>>), Boolean, AreaLoadType) | Obsolete. Creates a new unhosted area load with variable forces at the vertices within the project. | |
| NewAreaLoad(CurveArray, array<Int32>[]()[][], array<Int32>[]()[][], XYZ, XYZ, XYZ, Boolean, AreaLoadType) | Obsolete. Creates a new unhosted area load with variable forces at the vertices within the project. |