ScheduleDefinition.GetFieldOrder Method

ScheduleDefinitionGetFieldOrder 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()
Public Function GetFieldOrder As IList(Of ScheduleFieldId)
public:
IList<ScheduleFieldId^>^ GetFieldOrder()
member GetFieldOrder : unit -> IList<ScheduleFieldId> 

Return Value

IListScheduleFieldId
The IDs of the current list of fields.
See Also