Checks if resolution of the failure using given resolution type is permitted.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsFailureResolutionPermitted(
FailureMessageAccessor failure,
FailureResolutionType resolutionType
)
Parameters
- failure FailureMessageAccessor
-
Accessor to the failure to be resolved.
- resolutionType FailureResolutionType
-
Type of the failure resolution to be used.
Return Value
Boolean
True if resolution of the failure using given resolution type is permitted.
Exceptions
See Also
Reference