<Code Lib>
M

LineLoad.Create(Document, XYZ, XYZ, XYZ, XYZ, LineLoadType, SketchPlane)

Description:
Creates a new non-hosted line load within the project using data at point.
Overloads (3):
Create(Document,XYZ,XYZ,XYZ,XYZ,LineLoadType,SketchPlane)

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.

Loading…