ScheduleFieldId Class

The ScheduleFieldId object is used as a unique identification for a field in a schedule.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBScheduleFieldId

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ScheduleFieldId

The ScheduleFieldId type exposes the following members.

Constructors
 NameDescription
Public methodScheduleFieldIdInitializes a new instance of the ScheduleFieldId class
Top
Properties
 NameDescription
Public propertyIntegerValue Provides the value of the ScheduleFieldId as an integer.
Public propertyStatic memberInvalidScheduleFieldId Get the invalid ScheduleFieldId whose IntegerValue is -1.
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Gets the integer value of the id as hash code
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Gets a String representation of the integer value of the id.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(ScheduleFieldId, ScheduleFieldId)Determines whether two ScheduleFieldIds are the same.
Public operatorStatic memberInequality(ScheduleFieldId, ScheduleFieldId)Determines whether two ScheduleFieldId are different.
Top
See Also