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

AVEVA™ Plant SCADA

PenDeleted [Event]

  • Last UpdatedJul 18, 2023
  • 1 minute read

This event is raised whenever a pen is deleted either by automation or via the interface.

Defined As

  • [VBA] PenDeleted(penName As String)

  • [Cicode] PenDeleted(OBJECT processAnalyst, STRING penName)

  • [C++] PenDeleted(BSTR penName)

Parameters

penName

[in] Contains the name of the pen that was deleted.

processAnalyst

[in] Indicates the Process Analyst object which raised the event. (Cicode only)

Calling Syntax

Assumes you have a Process Analyst on a page with an event class defined as myPage_AN35

[VBA]

Sub myPage_AN35_PenDeleted(penName As String)
End Sub

[Cicode]

FUNCTION myPage_AN35_PenDeleted(OBJECT processAnalyst, STRING penName)
END

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