DynamicValue.TryGetArrayElementValues Method
Returns Array Element values.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool TryGetArrayElementValues(
out IEnumerable<Object>? elementValues
)
Parameters
elementValues |
Type: System.Collections.Generic.IEnumerable.Object.. |
Return Value
Type: Boolean
true if the values are returned,
false otherwise.