IInstanceCollection<T>.TryGetInstanceByName Method

Tries to get the specified instance by name.


Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

bool TryGetInstanceByName(
string instanceName,
out IList<T>? symbols
)

Parameters

instanceName  String

Name of the instance.

symbols  IList<T>

The found symbols.

Return Value

Boolean
true if the IInstance is found; otherwise, false

See Also

Reference

IInstanceCollection<T> Interface TwinCAT.TypeSystem Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026