Revit 2026 API
Schedule |
The ID of the field used to filter the schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ScheduleFieldId FieldId { get; set; }
Public Property FieldId As ScheduleFieldId Get Set
public: property ScheduleFieldId^ FieldId { ScheduleFieldId^ get (); void set (ScheduleFieldId^ value); }
member FieldId : ScheduleFieldId with get, set
Property Value
ScheduleFieldId
Exception | Condition |
---|---|
ArgumentNullException | When setting this property: A non-optional argument was null |
See Also