<Code Lib>
2027 Method
Changes 0
M

RoutingPreferenceManager.RemoveRule

Description:
Removes an existing routing preference rule. Thrown if the index is out of bounds.

public void RemoveRule(
	RoutingPreferenceRuleGroupType groupType,
	int index
)

  • groupType
    The routing preference group type in which the rule should be removed.
  • Int32
    index
    The index position of removed routing preference rule in the group.

Loading…