Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

IObjectViewItems​._NewEnum [Property][Get]

  • Last UpdatedJul 18, 2023
  • 1 minute read

This allows For.. Each.. Next integration in VB.

Calling Syntax

This example assumes there is a valid Items collection as retrieved from an ObjectView. (for example, VBA: objectView.Items). This property is not applicable to Cicode.

[VBA]

Sub Example(Items As Object)
Dim item As Object
Dim count Object
`Using Property
For Each item In Items
count = count + 1
Next Item
End Sub

TitleResults for “How to create a CRG?”Also Available in