Revit 2026 API
Failure |
Checks if the failure has any resolutions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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