This enum declares types of Loads.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum LoadType
Members
| Member name | Value | Description |
|---|
| Area | 2 |
Area Load
|
| Line | 1 |
Line Load
|
| Point | 0 |
Point Load
|
See Also
Reference