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