RVTDocs.com

ScheduleDefinition.SetFieldOrder

Method
Description:
Reorders the fields in the schedule.
Syntax
public void SetFieldOrder(
	IList<ScheduleFieldId> fieldIds
)
Parameters
Parameter Type Description
fieldIds IList The field IDs in a new order.
Return Value
Exceptions
Exception Condition
ArgumentException fieldIds does not contain exactly the same field IDs as this ScheduleDefinition currently contains.
ArgumentNullException A non-optional argument was null