Creates a new default LoadCombination.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static LoadCombination Create(
Document document,
string name
)
Parameters
- document Document
-
The Document to which new load combination element will be added.
- name String
-
The name of the load combination.
Return Value
LoadCombination
The newly created load combination element if successful,
null otherwise.
Exceptions
See Also
Reference