Method LoadcaseValue
LoadcaseValue(LoadingValueType, LoadingDirection, int, bool)
Creates a new instance of LoadingValueOptions class for modal seismic/vibration loadcase value
Declaration
public static LoadingValueOptions LoadcaseValue(LoadingValueType type, LoadingDirection direction, int mode, bool reduced = false)
Parameters
Type | Name | Description |
---|---|---|
LoadingValueType | type | The LoadingValueType |
LoadingDirection | direction | The LoadingDirection |
int | mode | The seismic/vibration mode |
bool | reduced | The optional parameter for reduced value |
Returns
Type | Description |
---|---|
LoadingValueOptions | The newly created instance of LoadingValueOptions class |