PISystems.RemoveAt Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Unregisters an existing PISystem by removing the entry from the list of known
PISystems on the local machine.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void RemoveAt( int index )
Public Sub RemoveAt ( index As Integer ) Dim instance As PISystems Dim index As Integer instance.RemoveAt(index)
public: virtual void RemoveAt( int index ) sealed
abstract RemoveAt : index : int -> unit override RemoveAt : index : int -> unit
Parameters
- index
- Type: SystemInt32
Specifies the position number of a member of the collection. The range is between 0 and one less than the value of the collection's Count property.
Implements
IListTRemoveAt(Int32)IListRemoveAt(Int32)
Remarks
This method is used to unregisters an existing PISystem entry from the list of
known PISystems on the local machine. This does not affect the configuration
of PISystems on other client computers.