IAFNamedCollection(T).Remove Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Overload List
| Name | Description | |
|---|---|---|
| Remove(T) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionT.) | |
| Remove(Guid) |
Removes the item with the specified id from the collection.
| |
| Remove(String) |
The Remove method removes the item from the collection by name.
|