NI Switch Executive

Table of Contents

RouteGroups.Item

  • Updated2023-02-21
  • 1 minute(s) read

Syntax

RouteGroups.Item ( index)

Data Type

RouteGroup

Purpose

Returns the RouteGroup object that corresponds to the specified key.

Parameters

index As Variant

[In] Pass the name of the route group or a one-based index into the collection of route groups to retrieve the RouteGroup object associated with the specified key. The key name is compared (case-insensitively) to the RouteGroup object names in the collection. The key index is a value between one and the number of routes in a collection. To obtain the number of route groups, use the Count property.

Log in to get a better experience