Creates a new non-hosted area load within the project.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
Parameters
- aDoc
- Type: Autodesk.Revit.DB..::..Document
Document to which new area load will be added.
- loops
- Type: System.Collections.Generic..::..IList<(Of <(<'CurveLoop>)>)>
The loops that define geometry of the area load.
The curve loop collection should contains a closed loops consisting of lines.
- forceVector
- Type: Autodesk.Revit.DB..::..XYZ
The force vector applied to the 1st reference point of the area load.
- symbol
- Type: Autodesk.Revit.DB.Structure..::..AreaLoadType
The symbol of the AreaLoad. Set nullNothingnullptra null reference (Nothing in Visual Basic) to use default type.
Return Value
If successful, returns an object of the newly created AreaLoad.
nullNothingnullptra null reference (Nothing in Visual Basic) is returned if the operation fails.
Exceptions
See Also