LoadComponent Constructor |
Constructs a new instance of a LoadComponent.
The load case or combination id.
The load case or combination factor.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic LoadComponent(
ElementId loadCaseOrCombinationId,
double factor
)
Public Sub New (
loadCaseOrCombinationId As ElementId,
factor As Double
)
public:
LoadComponent(
ElementId^ loadCaseOrCombinationId,
double factor
)
new :
loadCaseOrCombinationId : ElementId *
factor : float -> LoadComponent
Parameters
- loadCaseOrCombinationId ElementId
-
- factor Double
-
Exceptions
See Also