FailureMessageKey
Description:
A unique key assigned to each posted failure message
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.
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
System.Object
Autodesk.Revit.DB.FailureMessageKey
public class FailureMessageKey : IDisposable
| Name | Return Type | Description |
|---|---|---|
| FailureMessageKey() | None | Constructs a new FailureMessageKey with default settings. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| op_Equality(FailureMessageKey, FailureMessageKey) | bool | Determines whether two FailureMessageKeys are the same. |
| Equals(Object) | bool | Determines whether the specified is equal to the current . |
| GetHashCode() | int | Gets the integer value of the id as hash code |
| op_Inequality(FailureMessageKey, FailureMessageKey) | bool | Determines whether two FailureMessageKeys are different. |
| IsEqual(FailureMessageKey) | bool | Checks it this key is equal to the other. |
| IsValid() | bool | Checks if the failure message key is valid |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |