AreaLoadCreate(Document, ElementId, IListCurveLoop, IListXYZ, IListInt32, IListInt32, AreaLoadType) Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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