RVTDocs.com

ScheduleDefinition.SetSortGroupFields

Method
Description:
Replaces all sorting/grouping fields in this ScheduleDefinition.
Syntax
public void SetSortGroupFields(
	IList<ScheduleSortGroupField> sortGroupFields
)
Parameters
Parameter Type Description
sortGroupFields IList The new list of sorting/grouping fields.
Return Value
Exceptions
Exception Condition
ArgumentException The resulting sorting/grouping field count would be greater than 4. -or- A field ID is not the ID of a field in this ScheduleDefinition. -or- A field cannot be used for sorting/grouping.
ArgumentNullException A non-optional argument was null