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

AVEVA™ Plant SCADA

IPens​.Pane[Property][Get]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Gets the Pane that this Pens collection belongs to.

Defined As

  • [VBA] Object Pane

  • [Cicode] OBJECT Pane

  • [C++] HRESULT Pane(IPane** Pane)

Execution Result

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

Remarks

Each Pens collection belongs to a Pane.

Calling Syntax

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

[VBA]

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

[Cicode]

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

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