BooleanOperationsType Enumeration |
An enumerated type listing boolean types that are supported for boolean operation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum BooleanOperationsType
Public Enumeration BooleanOperationsType
public enum class BooleanOperationsType
type BooleanOperationsType
Members| Member name | Value | Description |
|---|
| Difference | 1 |
Difference.
|
| Intersect | 2 |
Intersect.
|
| Union | 0 |
Union.
|
See Also