FailureMessageAccessor Class

FailureMessageAccessor Class

Restricted accessor for FailureMessage.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBFailureMessageAccessor

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public class FailureMessageAccessor : IDisposable
Public Class FailureMessageAccessor
	Implements IDisposable
public ref class FailureMessageAccessor : IDisposable
type FailureMessageAccessor = 
    class
        interface IDisposable
    end

The FailureMessageAccessor type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodCloneFailureMessage Creates a copy of the FailureMessage.
Public methodDisposeReleases all resources used by the FailureMessageAccessor
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetAdditionalElementIds Retrieves Ids of Elements that have not caused the failure but are related to it Checks if the failure has resolution of a given resolution type.
Public methodGetCurrentResolutionType Retrieves the type of resolution to be used to resolve the failure.
Public methodGetDefaultResolutionCaption Retrieves the caption of default resolution of the failure.
Public methodGetDescriptionText Retrieves the description of the failure.
Public methodGetFailingElementIds Retrieves Ids of Elements that have caused the failure.
Public methodGetFailureDefinitionId Retrieves the Id of the FailureDefinition of the failure.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNumberOfResolutions Retrieves number of resolutions that can be used to resolve failure.
Public methodGetSeverity Retrieves the severity of the failure.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasResolutionOfType Checks if failure has a resolution of a given type.
Public methodHasResolutions Checks if the failure has any resolutions.
Public methodSetCurrentResolutionType Sets the type of a resolution to be used to resolve the failure.
Public methodShouldMergeWithMessage Checks if the FailureMessage should be merged with the other FailureMessage for better user experience.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Provides access to a FailureMessage stored in a Document. Reading of the information from the FailureMessage is allowed, changing of information is generally not allowed, except setting of the current resolution type.
See Also