RouteCollection.Item Property

Gets or sets the Route at the specified index.

Namespace:  TwinCAT.Ads.TcpRouter
Assembly:  TwinCAT.Ads.TcpRouter (in TwinCAT.Ads.TcpRouter.dll) Version: 6.0.328+39e3229

Syntax

C#

public Route this[
    int index
] { get; set; }

Parameters

index

Type: System.Int32
The index.

Return Value

Type: Route
Route.

Implements

IList.T..Item.Int32.

Exceptions

Exception

Condition

NotImplementedException

Reference

RouteCollection Class

TwinCAT.Ads.TcpRouter Namespace