Share

FailureDefinitionAccessor.GetApplicableResolutionTypes Method

Retrieves a list of resolution types applicable to the failure.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<FailureResolutionType> GetApplicableResolutionTypes()

Return Value

IList<FailureResolutionType>
The list of resolution types applicable to the failure.

Exceptions

ExceptionCondition
InvalidOperationException The FailureDefinitionAccessor has not been properly initialized.

See Also

Reference

Was this information helpful?