Namespace:
Autodesk.Revit.DB
SetComparisonResult
Enumeration
Description:
An enumerated type listing all the relationship types between two sets of arbitrary nature.
An enumerated type listing all the relationship types between two sets of arbitrary nature.
SetComparisonResult Enumeration Members:
Name | Description |
---|---|
1 | The left set is empty and the right set is not. |
2 | The right set is empty and the left set is not. |
3 | Both sets are empty. |
4 | Both sets are not empty and don't overlap. |
8 | The overlap of two sets is not empty and strict subset of both. |
16 | Both sets are not empty and the left set is strict subset of the right. |
32 | Both sets are not empty and the left set is strict superset of the right. |
64 | Two nonempty sets are equal. |