Checks if the given resolution type is applicable to the failure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsResolutionApplicable(
FailureResolutionType type
)
Parameters
- type FailureResolutionType
-
The resolution type to check.
Return Value
Boolean
True if the given resolution type is applicable to the failure, false otherwise.
Exceptions
See Also
Reference