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

AVEVA™ Plant SCADA

IProcessAnalyst​.Toolbars [Property][Get]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Gets a reference to the Toolbars collection. With this object you can browse and modify existing toolbars.

Defined As

  • [VBA] Object Toolbars

  • [Cicode] OBJECT Toolbars

  • [C++] IToolbars* Toolbars

Execution Result

If the property get succeeds, the return value will be Success. If the return variable is bad, 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 toolbars As Object
`Retrieve the toolbars collection
Set toolbars = myPage_AN35.Toolbars
End Sub

[Cicode]

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

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