You are here: Start » FIL.NET » Function Reference » Profile » Profile Relations » FIL.TestProfileDominatesProfile
Checks whether values in the first profile are greater or equal than corresponding values in the second profile.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestProfileDominatesProfile ( FilNet.Profile inProfile1, FilNet.Profile inProfile2, out bool outDominates )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile1 | FilNet.Profile | Input profile1. | ||
![]() | inProfile2 | FilNet.Profile | Input profile2. | ||
![]() | outDominates | bool |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in TestProfileDominatesProfile. |
| DomainError | Input profiles have different X coordinates in TestProfileDominatesProfile. |


