RVTDocs.com

UpdaterRegistry.SetExecutionOrder

Method
Description:
Forces execution order between two updaters Execution order: first before second
Syntax
public static void SetExecutionOrder(
	UpdaterId first,
	UpdaterId second
)
Parameters
Parameter Type Description
first UpdaterId Id of first Updater
second UpdaterId Id of second Updater
Return Value
Exceptions
Exception Condition
ArgumentException One or both inputs are not valid UpdaterIds -or- One or both of the Updaters are not registered -or- first and second are the same id
ArgumentNullException A non-optional argument was null
ArgumentsInconsistentException The updaters do not report the same ChangePriority