![]() | ISectionFactoryGetNonParametricSections Method (HeadCode, Country, SystemType, MaterialType, SectionGeometry, SectionType, NullableInt32) |
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: 0.22.4.0116

Task<IEnumerable<INonParametricSection>> GetNonParametricSections( HeadCode headCode, Country country, SystemType unitSystem, MaterialType materialType, SectionGeometry sectionGeometry, SectionType sectionType = SectionType.Unknown, int? limit = null )
Parameters
- headCode
- Type: TSD.API.RemotingHeadCode
The head code to get sections for - country
- Type: TSD.API.Remoting.CommonCountry
The country to get sections for - unitSystem
- Type: TSD.API.Remoting.CommonSystemType
The unit system to get sections for - materialType
- Type: TSD.API.Remoting.MaterialsMaterialType
The material type to get sections of - sectionGeometry
- Type: TSD.API.Remoting.SectionsSectionGeometry
The section geometry to get sections of - sectionType (Optional)
- Type: TSD.API.Remoting.SectionsSectionType
The section type to get sections of (Unknown to retrieve all) - limit (Optional)
- Type: SystemNullableInt32
The maximum number of sections to retrieve ( to retrieve all)
Return Value
Type: TaskIEnumerableINonParametricSectionA collection of non-parametric sections fulfilling given criteria
