Share

AreaLoad.Create(Document, ElementId, IList<CurveLoop>, XYZ, AreaLoadType) Method



Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static AreaLoad Create(
	Document document,
	ElementId hostElemId,
	IList<CurveLoop> loops,
	XYZ forceVector,
	AreaLoadType symbol
)

Parameters

document  Document
 
hostElemId  ElementId
 
loops  IList<CurveLoop>
 
forceVector  XYZ
 
symbol  AreaLoadType
 

Return Value

AreaLoad

See Also

Reference

Was this information helpful?