Load |
Creates a new LoadCombination.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

public static LoadCombination Create(
Document document,
string name,
LoadCombinationType type,
LoadCombinationState state
)
Parameters
- document Document
- The Document to which new load combination element will be added.
- name String
- The name of the load combination.
- type LoadCombinationType
- The type of the load combination.
- state LoadCombinationState
- The state of the load combination.
Return Value
LoadCombinationThe newly created load combination element if successful, otherwise.

Exception | Condition |
---|---|
ArgumentException | The given name is not unique |
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
