LoadComponent Constructor

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.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public 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
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also