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 |
|---|---|---|
| ScheduleFieldId(Int32) | None | Initializes a new instance of the class |
| Name | Return Type | Description |
|---|---|---|
| op_Equality(ScheduleFieldId, ScheduleFieldId) | bool | Determines whether two ScheduleFieldIds 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(ScheduleFieldId, ScheduleFieldId) | bool | Determines whether two ScheduleFieldId are different. |
| ToString() | string | Gets a String representation of the integer value of the id. |
| Name | Return Type | Description |
|---|---|---|
| IntegerValue | int | Provides the value of the ScheduleFieldId as an integer. |
| InvalidScheduleFieldId | ScheduleFieldId | Get the invalid ScheduleFieldId whose IntegerValue is -1. |