Share

FailureDefinitionAccessor.IsResolutionApplicable Method

Checks if the given resolution type is 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 bool IsResolutionApplicable(
	FailureResolutionType type
)

Parameters

type  FailureResolutionType
The resolution type to check.

Return Value

Boolean
True if the given resolution type is applicable to the failure, false otherwise.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
InvalidOperationException The FailureDefinitionAccessor has not been properly initialized.

See Also

Reference

Was this information helpful?