<Code Lib>
2025.3 Method
Changes 0
M

RoutingPreferenceRule.GetCriterion

Description:
Gets the specified criteria.

public RoutingCriterionBase GetCriterion(
	int index
)

  • Int32
    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…