AFBaseElement.IsAnnotated Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether this element has any annotations.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.