2027 Class
Changes 0
C

ScheduleFieldId

Description:
The ScheduleFieldId object is used as a unique identification for a field in a schedule.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ScheduleFieldId
public class ScheduleFieldId
Name Return Type Description Inherited From
C ScheduleFieldId(Int32) None Initializes a new instance of the ScheduleFieldId class
Name Return Type Description Inherited From
M Equals(Object) Boolean Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) )
M GetHashCode() Int32 Gets the integer value of the id as hash code (Overrides Object . GetHashCode () )
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString() String Gets a String representation of the integer value of the id. (Overrides Object . ToString () )
Name Return Type Description Inherited From
O Equality(ScheduleFieldId, ScheduleFieldId) Boolean Determines whether two ScheduleFieldIds are the same.
O Inequality(ScheduleFieldId, ScheduleFieldId) Boolean Determines whether two ScheduleFieldId are different.
Name Return Type Description Inherited From
P IntegerValue int Provides the value of the ScheduleFieldId as an integer.
P InvalidScheduleFieldId ScheduleFieldId Get the invalid ScheduleFieldId whose IntegerValue is -1.