LoadCombination.GetCaseAndCombinationIds Method

LoadCombinationGetCaseAndCombinationIds Method

Returns collection of the load combination case and combination IDs.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> GetCaseAndCombinationIds()
Public Function GetCaseAndCombinationIds As IList(Of ElementId)
public:
IList<ElementId^>^ GetCaseAndCombinationIds()
member GetCaseAndCombinationIds : unit -> IList<ElementId> 

Return Value

IListElementId
A collection of the load combination case and combination IDs.
Remarks
Load combination components could be load cases or other load combinations. To set them with factors use [M:Autodesk.Revit.DB.Structure.LoadCombination.SetComponents(System.Collections.Generic.IList`1{Autodesk.Revit.DB.Structure.LoadComponent})] method.
See Also