Method GetExtentsOfCrackingAsync

GetExtentsOfCrackingAsync(Guid, IEnumerable<int>?, CancellationToken)

Returns extents of cracking for an event ID

Declaration
Task<IReadOnlyDictionary<int, IExtentOfCracking2D>> GetExtentsOfCrackingAsync(Guid id, IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid id

The ID of event to get extents of cracking for

IEnumerable<int> indices

The requested IElement2D indices, null to get all

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IReadOnlyDictionary<int, IExtentOfCracking2D>>

A dictionary of extents of cracking

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