NewLineLoad Method


Creates a new line load within the project.

OverloadĀ List

Name Description
Public method NewLineLoad(Element, IList XYZ , IList XYZ , Boolean, Boolean, Boolean, LineLoadType, SketchPlane) Obsolete.
Creates a new hosted line load within the project using data at two points.
Public method NewLineLoad(Reference, IList XYZ , IList XYZ , Boolean, Boolean, Boolean, LineLoadType, SketchPlane) Obsolete.
Creates a new hosted line load within the project using data at an array of points.
Public method NewLineLoad(IList XYZ , IList XYZ , IList XYZ , Boolean, Boolean, Boolean, LineLoadType, SketchPlane) Obsolete.
Creates a new unhosted line load within the project using data at an array of points.
Public method 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.

See Also