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

AVEVA™ Plant SCADA

IPane​.Collection [Property][Get]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Returns a reference to the Panes collection that this Pane belongs to.

Defined As

  • [VBA] Object Collection

  • [Cicode] OBJECT Collection

  • [C++] IPanes* Collection

Execution Result

If the property get succeeds the return value will be Success. If the pane is deleted the return value will be GeneralFailure.

Calling Syntax

This example assumes there is a valid Pane object to be passed into the example methods.

[VBA]

Sub Example(pane As Object)
Dim panes As Object
`Getting Property value
Set panes = pane.Collection
End Sub

[Cicode]

FUNCTION Example(OBJECT hPane)
// Getting property value
OBJECT hPanes = _ObjectGetProperty(hPane, "Collection");
END

See Also

IPanes Interface

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in