2022 Method
Changes 0
M

LineLoad.SetPoints

Description:
Sets start and end point of the line load.
Remarks:
This method works with non hosted line load only.
public bool SetPoints(
	XYZ startPoint,
	XYZ endPoint
)
Return Value bool Returns true if successful, false otherwise.