IArrayValue.TryGetIndexValue Method
Tries to get the specified Array Element
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool TryGetIndexValue(
int[] indices,
out Object?? value
)
Parameters
indices |
Type: .System.Int32. |
value |
Type: System.Object. |
Return Value
Type: Boolean
true if the indexed value is returned,
false otherwise.