2024 Class
Changes 0
C

FailureMessageKey

Description:
A unique key assigned to each posted failure message
Remarks:
When a failure message is posted, it gets a unique key assigned and returned to the caller. The key is guaranteed to be unique in the Revit session. The key can be used to unpost (delete) previously posted failure message if it is no longer valid.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FailureMessageKey
public class FailureMessageKey : IDisposable
Name Return Type Description
C FailureMessageKey() None Constructs a new FailureMessageKey with default settings.
Name Return Type Description
M Dispose() None Releases all resources used by the
M op_Equality(FailureMessageKey, FailureMessageKey) bool Determines whether two FailureMessageKeys are the same.
M Equals(Object) bool Determines whether the specified is equal to the current .
M GetHashCode() int Gets the integer value of the id as hash code
M op_Inequality(FailureMessageKey, FailureMessageKey) bool Determines whether two FailureMessageKeys are different.
M IsEqual(FailureMessageKey) bool Checks it this key is equal to the other.
M IsValid() bool Checks if the failure message key is valid
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.