<Code Lib>
2025 Method
Changes 0
M

RoutingPreferenceRule.GetCriterion

Description:
Gets the specified criteria.

public RoutingCriterionBase GetCriterion(
	int index
)

Return Value RoutingCriterionBase The criterion at the specified zero-based index position.

  • index is not a valid zero-based index. -or- Thrown if the index is out of bounds.

Loading…