AFBaseElement.IsAnnotated Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property indicates whether this element has any annotations.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsAnnotated { get; }
Public ReadOnly Property IsAnnotated As Boolean Get Dim instance As AFBaseElement Dim value As Boolean value = instance.IsAnnotated
public: property bool IsAnnotated { bool get (); }
member IsAnnotated : bool with get
Property Value
Type: BooleanReturns if this element has any annotations.
Remarks
This method provides a more performant way of checking for AFAnnotation
objects for this element.
Use the GetAnnotations method to return the annotations for this element.