Share

ScheduleFieldId Class

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: 26.2.0.0 (26.2.0.0)

Syntax

C#

public class ScheduleFieldId

The ScheduleFieldId type exposes the following members.

Constructors

 NameDescription
Public methodScheduleFieldIdInitializes a new instance of the ScheduleFieldId class

Properties

 NameDescription
Public propertyIntegerValue Provides the value of the ScheduleFieldId as an integer.
Public propertyStatic memberInvalidScheduleFieldId Get the invalid ScheduleFieldId whose IntegerValue is -1.

Methods

 NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object))
Public methodGetHashCode Gets the integer value of the id as hash code
(Overrides Object.GetHashCode())
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 Object.ToString())

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.

See Also

Reference

Was this information helpful?