IInstanceCollection.T..GetInstance Method

Gets the IInstanceby instance path.

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

Syntax

C#

T GetInstance(
    string instancePath
)

VB

Function GetInstance ( 
    instancePath As String
) As T

Parameters

instancePath

Type: System.String
The instance path.

Return Value

Type: T
T.

Reference

IInstanceCollection.T. Interface

TwinCAT.TypeSystem.Generic Namespace