Method CombinationValue
CombinationValue(LoadingValueType, LoadingDirection, SeismicCombinationValueType, bool)
Creates a new instance of LoadingValueOptions class for seismic combination value
Declaration
public static LoadingValueOptions CombinationValue(LoadingValueType type, LoadingDirection direction, SeismicCombinationValueType seismicCombinationValueType, bool reduced = false)
Parameters
| Type | Name | Description |
|---|---|---|
| LoadingValueType | type | The LoadingValueType |
| LoadingDirection | direction | The LoadingDirection |
| SeismicCombinationValueType | seismicCombinationValueType | |
| bool | reduced | The optional parameter for reduced value |
Returns
| Type | Description |
|---|---|
| LoadingValueOptions | The newly created instance of LoadingValueOptions class |