AFDataReference.IsRepairSupported Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Checks whether attributes support Repair function.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static bool IsRepairSupported( AFAttribute attribute )
Public Shared Function IsRepairSupported ( attribute As AFAttribute ) As Boolean Dim attribute As AFAttribute Dim returnValue As Boolean returnValue = AFDataReference.IsRepairSupported(attribute)
public: static bool IsRepairSupported( AFAttribute^ attribute )
static member IsRepairSupported : attribute : AFAttribute -> bool
Parameters
- attribute
- Type: OSIsoft.AF.AssetAFAttribute
The attribute to be checked.
Return Value
Type: BooleanReturns true/false if Repair is supported on the attribute.