M

LineLoad.Create

Description:
Creates a new custom line load within the project.
Remarks:
The curve must be bounded. The curve can be:
  • Line
  • Arc
  • Ellipse
Overloads (3):
Create(Document,ElementId,Curve,XYZ,XYZ,LineLoadType)
public static LineLoad Create(
	Document document,
	ElementId hostElemId,
	Curve curve,
	XYZ forceVector1,
	XYZ momentVector1,
	LineLoadType symbol
)
Return Value nullNothingnullptr If successful, returns the newly created LineLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.