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