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