<Code Lib>
M

PointLoad.Create(Document, AnalyticalModelStick, AnalyticalElementSelector, XYZ, XYZ, PointL...)

Description:
Creates a new hosted point load within the project.
Overloads (3):
Create(Document,AnalyticalModelStick,AnalyticalElementSelector,XYZ,XYZ,PointLoadType)

public static PointLoad Create(
	Document aDoc,
	AnalyticalModelStick host,
	AnalyticalElementSelector selector,
	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…