Method GetSectionGroupsAsync
GetSectionGroupsAsync(HeadCode, SectionGeometry, CancellationToken)
Returns a collection of section groups compatible with the given head code and geometry
Declaration
Task<IEnumerable<SectionGroup>> GetSectionGroupsAsync(HeadCode headCode, SectionGeometry sectionGeometry, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| HeadCode | headCode | The head code to get section groups for |
| SectionGeometry | sectionGeometry | The geometry to get section groups for |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<SectionGroup>> | A collection of section groups compatible with the given head code and geometry |