<Code Lib>
M

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

Description:
Creates a new hosted line load within the project.
Overloads (3):

public static LineLoad Create(
	Document aDoc,
	ElementId hostElemId,
	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…