Method GetAnalysisTypesForElementDesignAsync
GetAnalysisTypesForElementDesignAsync(SteelDesignElementType, CancellationToken)
Returns a collection of analysis types to be used in element design
Declaration
Task<IEnumerable<AnalysisType>> GetAnalysisTypesForElementDesignAsync(SteelDesignElementType steelDesignElementType, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| SteelDesignElementType | steelDesignElementType | The steel element type to return the analysis types for (Unknown if not applicable to steel) |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<AnalysisType>> | A collection of analysis types |