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