IModelGetSolverModelsAsync Method

Returns a collection of solver models for given analysis types

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<IModel>> GetSolverModelsAsync(
	IEnumerable<AnalysisType> analysis
)

Parameters

analysis
Type: System.Collections.GenericIEnumerableAnalysisType
The requested analysis types

Return Value

Type: TaskIEnumerableIModel
A collection of solver models
See Also