FailureDefinitionGetApplicableResolutionTypes Method

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()

Return Value

IListFailureResolutionType
The list of resolution types applicable to the failure.
See Also