This class defines possible outcomes returned by BRepBuilder functions that need to report outcome via a return value.
This enumerated type corresponds to possible outcomes returned by BRepBuilder functions.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017
Since: 2017
Syntax
| C# |
|---|
public enum BRepBuilderOutcome |
| Visual Basic |
|---|
Public Enumeration BRepBuilderOutcome |
| Visual C++ |
|---|
public enum class BRepBuilderOutcome |
Members
| Member name | Description |
|---|---|
| Success | The function has completed successfully. |
| Failure | Unspecified failure. BRepBuilder object is in invalid state and should not be used. |