M

LineLoad.Create

Description:
Creates a new non-hosted line load within the project using data at point.
Overloads (3):
public static LineLoad Create(
	Document aDoc,
	XYZ startPoint,
	XYZ endPoint,
	XYZ forceVector,
	XYZ momentVector,
	LineLoadType symbol,
	SketchPlane plane
)
Return Value nullNothingnullptr If successful, returns the newly created LineLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.