OPC Studio User's Guide and Reference
ExtractArrayElementIndexes Property



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Connectivity.Point Namespace > CommonPoint Class : ExtractArrayElementIndexes Property
When not empty, specifies that the point refers to a value at given position in the array. The extraction is performed on the consumer side.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property ExtractArrayElementIndexes As Int32Collection
 
'Usage
 
Dim instance As CommonPoint
Dim value As Int32Collection
 
instance.ExtractArrayElementIndexes = value
 
value = instance.ExtractArrayElementIndexes

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also