ElementId
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Compare(ElementId) | int | Compares two element ids. | |
| Equals(Object) | bool | Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) .) | |
| GetHashCode() | int | 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 . |
| ToString() | string | Gets a String representation of the integer value of the id. (Overrides Object . ToString . .) |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IntegerValue | int | Provides the value of the element id as an integer. | |
| InvalidElementId | ElementId | Get the invalid ElementId whose IntegerValue is -1. |