<Code Lib>
M

PointLoad.Create(Document, AnalyticalModel, XYZ, XYZ, PointLoadType)

Description:
Creates a new hosted point load within the project.

public static PointLoad Create(
	Document aDoc,
	AnalyticalModel host,
	XYZ forceVector,
	XYZ momentVector,
	PointLoadType symbol
)

Return Value nullNothingnullptr If successful, returns the newly created PointLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.

Loading…