<Code Lib>
M

LineLoad.Create(Document, AnalyticalModelSurface, Int32, XYZ, XYZ, LineLoadType)

Description:
Creates a new hosted line load within the project.
Overloads (3):
Create(Document,AnalyticalModelSurface,Int32,XYZ,XYZ,LineLoadType)

public static LineLoad Create(
	Document aDoc,
	AnalyticalModelSurface host,
	int curveIndex,
	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.

Loading…