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

AF SDK Reference

PIPointChangeInfo.IsRenameEvent Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointChangeInfo.IsRenameEvent Method
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: Boolean
Returns a boolean on whether this PIPointChangeInfo instance is a rename event.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10

See Also

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