GetComponents Method


Load Combination Get Components Method

Returns collection of the load combination components.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<LoadComponent> GetComponents()

Return Value

IList LoadComponent
A collection of the load combination components.
See Also