IInstanceCollection.T..Item Property (String)

Gets the IInstance with the specified instance path.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

T this[
    string instancePath
] { get; }

VB

ReadOnly Default Property Item ( 
    instancePath As String
) As T
    Get

Parameters

instancePath

Type: System.String

Property Value

Type: T

Reference

IInstanceCollection.T. Interface

Item Overload

TwinCAT.TypeSystem.Generic Namespace