InstanceCollection.T..GetInstanceByName Method
Gets the name of the instance by.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public IList<T> GetInstanceByName(
string instanceName
)
Parameters
instanceName |
Type: System.String |
Exceptions
Exception |
Condition |
---|---|
ArgumentException |
Name not found!;instanceName |