Revit 2026 API
Failure |
Retrieves a list of resolution types applicable to the failure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<FailureResolutionType> GetApplicableResolutionTypes()
Public Function GetApplicableResolutionTypes As IList(Of FailureResolutionType)
public: IList<FailureResolutionType>^ GetApplicableResolutionTypes()
member GetApplicableResolutionTypes : unit -> IList<FailureResolutionType>
Return Value
IListFailureResolutionTypeThe list of resolution types applicable to the failure.

Exception | Condition |
---|---|
InvalidOperationException | The FailureDefinitionAccessor has not been properly initialized. |
See Also