M

LineLoad.Create

Description:
Creates a new hosted line load within the project.
Overloads (3):
public static LineLoad Create(
	Document document,
	ElementId hostElemId,
	XYZ forceVector1,
	XYZ momentVector1,
	LineLoadType symbol
)
  • document
    Document to which new line load will be added.
  • hostElemId
    The analytical host element for the line Load.
  • forceVector1
    The applied 3d force vector.
  • momentVector1
    The applied 3d moment vector.
  • symbol
    The symbol of the LineLoad. Set null to use default type.
Return Value LineLoad If successful, returns the newly created LineLoad, otherwise.