<Code Lib>
M

AreaLoad.Create(Document, AnalyticalModelSurface, XYZ, AreaLoadType)

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

public static AreaLoad Create(
	Document aDoc,
	AnalyticalModelSurface host,
	XYZ forceVector,
	AreaLoadType symbol
)

Return Value nullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.

Loading…