IRsaSeismicResultsGetLoadingRsaAsync Method

Returns the RSA 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<ILoadingRsaSeismic> GetLoadingRsaAsync(
	Guid id
)

Parameters

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

Return Value

Type: TaskILoadingRsaSeismic
The RSA results
See Also