Method Create
Create(bool)
Creates a new instance of CombinationParams class
Declaration
public static CombinationParams Create(bool includeSelfWeight = true)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | includeSelfWeight | An optional value indicating whether self-weight loadcases should be automatically included in the combination |
Returns
| Type | Description |
|---|---|
| CombinationParams | The newly created instance of CombinationParams class |