RVTDocs.com

RoutingPreferenceRule.RemoveCriteron

Method
Description:
Removes an existing criterion.
Syntax
public void RemoveCriteron(
	int index
)
Parameters
Parameter Type Description
index Int32 The index position of removed routing preference rule in the group.
Return Value
Exceptions
Exception Condition
ArgumentException index is not a valid zero-based index. -or- Thrown if the index is out of bounds.