2021 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
C ScheduleFieldId(Int32) None Initializes a new instance of the class
Name Return Type Description
M op_Equality(ScheduleFieldId, ScheduleFieldId) bool Determines whether two ScheduleFieldIds are the same.
M Equals(Object) bool Determines whether the specified is equal to the current .
M GetHashCode() int Gets the integer value of the id as hash code
M op_Inequality(ScheduleFieldId, ScheduleFieldId) bool Determines whether two ScheduleFieldId are different.
M ToString() string Gets a String representation of the integer value of the id.
Name Return Type Description
P IntegerValue int Provides the value of the ScheduleFieldId as an integer.
P InvalidScheduleFieldId ScheduleFieldId Get the invalid ScheduleFieldId whose IntegerValue is -1.