Gets a list of all non-calculated/non-combined fields that are eligible to be
included in this schedule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<SchedulableField> GetSchedulableFields()
Return Value
IList<SchedulableField>
A list of SchedulableField objects representing the non-calculated/non-combined
fields that may be included in the schedule.
See Also
Reference