LoadingValueOptions Constructor (LoadingValueType, LoadingDirection, Int32, Boolean)

Constructor for modal seismic/vibration loadcase value

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public LoadingValueOptions(
	LoadingValueType type,
	LoadingDirection direction,
	int mode,
	bool reduced = false
)

Parameters

type
Type: TSD.API.Remoting.LoadingLoadingValueType
The LoadingValueType
direction
Type: TSD.API.Remoting.LoadingLoadingDirection
The LoadingDirection
mode
Type: SystemInt32
The seismic/vibration mode
reduced (Optional)
Type: SystemBoolean
The optional parameter for reduced value
See Also