An enumerated type listing boolean types that are supported for boolean operation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum BooleanOperationsType
Members
| Member name | Value | Description |
|---|---|---|
| Difference | 1 | Difference. |
| Intersect | 2 | Intersect. |
| Union | 0 | Union. |
