You are here: Start » AVL.NET » AVL.ProfileSections(AvlNet.Profile, float?, AvlNet.ProfileSection[], AvlNet.ProfileSection?)
AVL.ProfileSections(AvlNet.Profile, float?, AvlNet.ProfileSection[], AvlNet.ProfileSection?)
Finds subprofiles whose values fall into the specified range.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileSections( AvlNet.Profile inProfile, float? inMinValue, out AvlNet.ProfileSection[] outSections, out AvlNet.ProfileSection? outBoundingSection )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inMinValue
- Type: System.Nullable<System.Single>
Lower bound for profile values, or null. - outSections
- Type: AvlNet.ProfileSection
All sections that fulfill the min/max condition - outBoundingSection
- Type: System.Nullable<AvlNet.ProfileSection>
The smallest section that contains all outSections
