Share

BooleanOperationsType Enumeration

An enumerated type listing boolean types that are supported for boolean operation.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum BooleanOperationsType

Members

Member nameValueDescription
Difference1 Difference.
Intersect2 Intersect.
Union0 Union.

See Also

Reference

Was this information helpful?