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

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


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static AreaLoad Create(
	Document document,
	ElementId hostElemId,
	IList<CurveLoop> loops,
	IList<XYZ> forceVectors,
	IList<int> refPointCurveIndexes,
	IList<int> refPointCurveEnds,
	AreaLoadType symbol
)
Public Shared Function Create ( 
	document As Document,
	hostElemId As ElementId,
	loops As IList(Of CurveLoop),
	forceVectors As IList(Of XYZ),
	refPointCurveIndexes As IList(Of Integer),
	refPointCurveEnds As IList(Of Integer),
	symbol As AreaLoadType
) As AreaLoad
public:
static AreaLoad^ Create(
	Document^ document, 
	ElementId^ hostElemId, 
	IList<CurveLoop^>^ loops, 
	IList<XYZ^>^ forceVectors, 
	IList<int>^ refPointCurveIndexes, 
	IList<int>^ refPointCurveEnds, 
	AreaLoadType^ symbol
)
static member Create : 
        document : Document * 
        hostElemId : ElementId * 
        loops : IList<CurveLoop> * 
        forceVectors : IList<XYZ> * 
        refPointCurveIndexes : IList<int> * 
        refPointCurveEnds : IList<int> * 
        symbol : AreaLoadType -> AreaLoad 

Parameters

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

Return Value

AreaLoad
See Also