DynamicValue.TryGetArrayElementValues Method

Returns Array Element values.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public bool TryGetArrayElementValues(
    out IEnumerable<Object> elementValues
)

VB

Public Function TryGetArrayElementValues ( 
    <OutAttribute> ByRef elementValues As IEnumerable(Of Object)
) As Boolean

Parameters

elementValues

Type: System.Collections.Generic.IEnumerable.Object..
The element values.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Implements

IArrayValue.TryGetArrayElementValues(IEnumerable.Object..)

Reference

DynamicValue Class

TwinCAT.TypeSystem Namespace