InstanceCollection.T..Item Property (String)
Gets the IInstance with the specified instance path.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public T this[
string instanceSpecifier
] { get; }
Parameters
instanceSpecifier |
Type: System.String |
Exceptions
Exception |
Condition |
---|---|
ArgumentNullException | |
ArgumentException |
Remarks
Dependent what this InstanceCollection.T. contains configured by the InstanceCollectionMode the instance specifier should be the InstanceName or the InstancePath.