The ScheduleFieldId object is used as a unique identification for a field in a schedule.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.ScheduleFieldId
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class ScheduleFieldId
The ScheduleFieldId type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ScheduleFieldId | Initializes a new instance of the ScheduleFieldId class |
Properties
| Name | Description | |
|---|---|---|
| IntegerValue | Provides the value of the ScheduleFieldId as an integer. | |
| InvalidScheduleFieldId | Get the invalid ScheduleFieldId whose IntegerValue is -1. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object)) | |
| GetHashCode |
Gets the integer value of the id as hash code
(Overrides Object.GetHashCode()) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString |
Gets a String representation of the integer value of the id.
(Overrides Object.ToString()) |
Operators
| Name | Description | |
|---|---|---|
| Equality(ScheduleFieldId, ScheduleFieldId) | Determines whether two ScheduleFieldIds are the same. | |
| Inequality(ScheduleFieldId, ScheduleFieldId) | Determines whether two ScheduleFieldId are different. |
