GetFieldOrder Method


Schedule Definition Get Field Order Method

Gets the IDs of the current list of fields in order.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ScheduleFieldId> GetFieldOrder()

Return Value

IList ScheduleFieldId
The IDs of the current list of fields.
See Also