Revit 2025 API
Failure |
Checks if the failure has any resolutions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasResolutions()
Public Function HasResolutions As Boolean
public: bool HasResolutions()
member HasResolutions : unit -> bool
Return Value
BooleanTrue if the failure has any resolutions, false otherwise.
See Also