AFAnnotation Methods
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAnnotation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Delete |
Immediately removes this AFAnnotation from the server.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| Equals(AFAnnotation) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadAnnotations |
Retrieves the AFAnnotation objects belonging to the specified owning objects.
| |
| Save |
Immediately commits this AFAnnotation to the server.
| |
| Save(IListAFAnnotation) |
Immediately commits the list of AFAnnotation objects to the server.
| |
| ToString |
Returns a String that represents the current object.
(Overrides ObjectToString.) |