PIPointChangeInfo.IsRenameEvent Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Method to check if PIPointChangeInfo instance is a rename event.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsRenameEvent( out string oldName, out string newName )
Public Function IsRenameEvent ( <OutAttribute> ByRef oldName As String, <OutAttribute> ByRef newName As String ) As Boolean Dim instance As PIPointChangeInfo Dim oldName As String Dim newName As String Dim returnValue As Boolean returnValue = instance.IsRenameEvent(oldName, newName)
public: bool IsRenameEvent( [OutAttribute] String^% oldName, [OutAttribute] String^% newName )
member IsRenameEvent : oldName : string byref * newName : string byref -> bool
Parameters
- oldName
- Type: SystemString
The old name of the PI Point that has been renamed. - newName
- Type: SystemString
The new name of the PI Point that has been renamed.
Return Value
Type: BooleanReturns a boolean on whether this PIPointChangeInfo instance is a rename event.