An enumerated type listing boolean types that are supported for boolean operation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
| C# |
|---|
public enum BooleanOperationsType |
| Visual Basic |
|---|
Public Enumeration BooleanOperationsType |
| Visual C++ |
|---|
public enum class BooleanOperationsType |
Members
| Member name | Description |
|---|---|
| Union | Union. |
| Difference | Difference. |
| Intersect | Intersect. |