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 |
Create(ICombinationAttributeSet?, int?, bool)
Creates a new instance of CombinationParams class
Declaration
public static CombinationParams Create(ICombinationAttributeSet? attributeSet, int? referenceIndex = null, bool includeSelfWeight = true)
Parameters
| Type | Name | Description |
|---|---|---|
| ICombinationAttributeSet | attributeSet | The attribute set |
| int? | referenceIndex | The reference index to set to the new combination (if null, it will be automatically generated) |
| 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 |