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

AVEVA™ Plant SCADA

IProcessAnalyst​.Panes [Property][Get]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Gets a reference to the Panes collection. With this object you can create new, and browse existing panes.

Defined As

  • [VBA] Object Panes

  • [Cicode] OBJECT Panes

  • [C++] IPanes* Panes

Execution Result

If the property get succeeds the return value will be Success. If the return variable is bad then the return value will be InvalidArgument.

Calling Syntax

Assumes you have a page called "myPage" and the Process Analyst has been named "AN35".

[VBA]

Sub Example()
Dim panes As Object
`Retrieve the panes collection
Set panes = myPage_AN35.Panes
End Sub

[Cicode]

FUNCTION Example()
OBJECT hProcessAnalyst = ObjectByName("AN35");
OBJECT panes;
// Retrieve the panes collection
panes = _ObjectGetProperty(hProcessAnalyst, "Panes");
END

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