LoadCombinationSetComponents Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetComponents(
IList<LoadComponent> components
)
Public Sub SetComponents (
components As IList(Of LoadComponent)
)
public:
void SetComponents(
IList<LoadComponent^>^ components
)
member SetComponents :
components : IList<LoadComponent> -> unit
Parameters
- components IListLoadComponent
-
See Also