ScheduleFieldId
Description:
The ScheduleFieldId object is used as a unique identification for a field in a schedule.
The ScheduleFieldId object is used as a unique identification for a field in a schedule.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ScheduleFieldId
System.Object
Autodesk.Revit.DB.ScheduleFieldId
public class ScheduleFieldId
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ScheduleFieldId(Int32) | None | Initializes a new instance of the ScheduleFieldId class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 |
| ToString() | String | Gets a String representation of the integer value of the id. (Overrides Object . ToString () ) |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equality(ScheduleFieldId, ScheduleFieldId) | Boolean | Determines whether two ScheduleFieldIds are the same. | |
| Inequality(ScheduleFieldId, ScheduleFieldId) | Boolean | Determines whether two ScheduleFieldId are different. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IntegerValue | int | Provides the value of the ScheduleFieldId as an integer. | |
| InvalidScheduleFieldId | ScheduleFieldId | Get the invalid ScheduleFieldId whose IntegerValue is -1. |