| Revit 2016 API |
| Document..::..NewLineLoad Method |
| Document Class See Also |
Creates a new line load within the project.
Overload List
| Name | Description | |
|---|---|---|
| NewLineLoad(Element, IList<(Of <<'(XYZ>)>>), IList<(Of <<'(XYZ>)>>), Boolean, Boolean, Boolean, LineLoadType, SketchPlane) | Obsolete. Creates a new hosted line load within the project using data at two points. | |
| NewLineLoad(Reference, IList<(Of <<'(XYZ>)>>), IList<(Of <<'(XYZ>)>>), Boolean, Boolean, Boolean, LineLoadType, SketchPlane) | Obsolete. Creates a new hosted line load within the project using data at an array of points. | |
| NewLineLoad(IList<(Of <<'(XYZ>)>>), IList<(Of <<'(XYZ>)>>), IList<(Of <<'(XYZ>)>>), Boolean, Boolean, Boolean, LineLoadType, SketchPlane) | Obsolete. Creates a new unhosted line load within the project using data at an array of points. | |
| NewLineLoad(XYZ, XYZ, XYZ, XYZ, XYZ, XYZ, Boolean, Boolean, Boolean, LineLoadType, SketchPlane) | Obsolete. Creates a new unhosted line load within the project using data at two points. |