Checks if failure has a resolution of a given type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# |
|---|
public bool HasResolutionOfType( FailureResolutionType type ) |
| Visual Basic |
|---|
Public Function HasResolutionOfType ( _ type As FailureResolutionType _ ) As Boolean |
| Visual C++ |
|---|
public: bool HasResolutionOfType( FailureResolutionType type ) |
Parameters
- type
- Type: Autodesk.Revit.DB..::..FailureResolutionType
The type of resolution.
Return Value
True if the failure has a type of resolutions, else false.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |