IVibrationResultsGetLoadingVibrationAsync Method

Returns the vibration results for a loading with given ID

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<ILoadingVibration> GetLoadingVibrationAsync(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of loading to get the vibration results for

Return Value

Type: TaskILoadingVibration
The vibration results
See Also