Method GetFloorAnalysisModelsAsync

GetFloorAnalysisModelsAsync(IEnumerable<int>?, CancellationToken)

Returns a collection of IFloorAnalysisModel instances

Declaration
Task<IEnumerable<IFloorAnalysisModel>> GetFloorAnalysisModelsAsync(IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<int> indices

The optional requested indices (null to retrieve all)

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IFloorAnalysisModel>>

A collection of IFloorAnalysisModel instances

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next