AreaLoadCreate(Document, ElementId, IListCurveLoop, IListXYZ, IListInt32, IListInt32, AreaLoadType) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static AreaLoad Create(
	Document document,
	ElementId hostElemId,
	IList<CurveLoop> loops,
	IList<XYZ> forceVectors,
	IList<int> refPointCurveIndexes,
	IList<int> refPointCurveEnds,
	AreaLoadType symbol
)

Parameters

document  Document
 
hostElemId  ElementId
 
loops  IListCurveLoop
 
forceVectors  IListXYZ
 
refPointCurveIndexes  IListInt32
 
refPointCurveEnds  IListInt32
 
symbol  AreaLoadType
 

Return Value

AreaLoad
See Also