<Code Lib>
M

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

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

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