OPC Studio User's Guide and Reference
ExtractArrayElementIndexes Property



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
 
<DisplayAttribute(AutoGenerateField=False, 
   Order=1006, 
   ShortName="Extract Array Element Indexes")>
<NotNullAttribute()>
Public Property ExtractArrayElementIndexes As Int32Collection
'Usage
 
Dim instance As CommonPoint
Dim value As Int32Collection
 
instance.ExtractArrayElementIndexes = value
 
value = instance.ExtractArrayElementIndexes
[Display(AutoGenerateField=false, 
   Order=1006, 
   ShortName="Extract Array Element Indexes")]
[NotNull()]
public Int32Collection ExtractArrayElementIndexes {get; set;}
[Display(AutoGenerateField=false, 
   Order=1006, 
   ShortName="Extract Array Element Indexes")]
[NotNull()]
public:
property Int32Collection^ ExtractArrayElementIndexes {
   Int32Collection^ get();
   void set (    Int32Collection^ value);
}
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