ISectionFactoryGetNonParametricSectionsAsync(HeadCode, Country, SystemType, MaterialType, SectionGeometry, SectionType, NullableInt32, CancellationToken) Method

Returns a collection of non-parametric sections fulfilling given criteria

Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
Task<IEnumerable<INonParametricSection>> GetNonParametricSectionsAsync(
	HeadCode headCode,
	Country country,
	SystemType unitSystem,
	MaterialType materialType,
	SectionGeometry sectionGeometry,
	SectionType sectionType = SectionType.Unknown,
	int? limit = null,
	CancellationToken cancellationToken = default
)

Parameters

headCode  HeadCode
The head code to get sections for
country  Country
The country to get sections for
unitSystem  SystemType
The unit system to get sections for
materialType  MaterialType
The material type to get sections of
sectionGeometry  SectionGeometry
The section geometry to get sections of
sectionType  SectionType  (Optional)
The section type to get sections of (Unknown to retrieve all)
limit  NullableInt32  (Optional)
The maximum number of sections to retrieve ( to retrieve all)
cancellationToken  CancellationToken  (Optional)
The optional cancellation token

Return Value

TaskIEnumerableINonParametricSection
A collection of non-parametric sections fulfilling given criteria
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next