IArrayValue.TrySetIndexValue Method
Tries to set the indexed value on Arrays
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool TrySetIndexValue(
Object[] indexes,
Object value
)
VB
Function TrySetIndexValue (
indexes As Object(),
value As Object
) As Boolean
Parameters
indexes |
Type: .System.Object. |
value |
Type: System.Object |
Return Value
Type: Boolean
true if succeeded, false otherwise.