DynamicArrayInstance.TryGetElement Method (.Int32., ISymbol.)
Tries to get the array element
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool TryGetElement(
int[] indices,
out ISymbol?? symbol
)
Parameters
indices |
Type: .System.Int32. |
symbol |
Type: TwinCAT.TypeSystem.ISymbol. |
Return Value
Type: Boolean
true if found, false if the indices specifiers is
out-of-range.