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 | Inherited From |
|---|---|---|---|
| FailureMessageKey() | None | Constructs a new FailureMessageKey with default settings. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the FailureMessageKey | |
| Equals(Object) | Boolean | Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) ) | |
| GetHashCode() | Int32 | Gets the integer value of the id as hash code (Overrides Object . GetHashCode () ) | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(FailureMessageKey) | Boolean | Checks it this key is equal to the other. | |
| IsValid() | Boolean | Checks if the failure message key is valid | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equality(FailureMessageKey, FailureMessageKey) | Boolean | Determines whether two FailureMessageKeys are the same. | |
| Inequality(FailureMessageKey, FailureMessageKey) | Boolean | Determines whether two FailureMessageKeys are different. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |