IBucklingResultsGetSolvedLoadingIdsAsync Method

Returns a collection of IDs of solved loading

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<Guid>> GetSolvedLoadingIdsAsync()

Return Value

Type: TaskIEnumerableGuid
A collection of IDs of solved loading
See Also