PISystem.Supports Method (PISystemFeatures)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Checks if the specified PISystemFeatures feature is supported by
the PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Supports( PISystemFeatures feature )
Public Function Supports ( feature As PISystemFeatures ) As Boolean Dim instance As PISystem Dim feature As PISystemFeatures Dim returnValue As Boolean returnValue = instance.Supports(feature)
public: bool Supports( PISystemFeatures feature )
member Supports : feature : PISystemFeatures -> bool
Parameters
- feature
- Type: OSIsoft.AFPISystemFeatures
The feature to check if it is supported by the PISystem.
Return Value
Type: BooleanReturns if the server supports the specified feature.
Remarks
The PISystemFeatures that are supported by the PISystem are determined
by the version of the PI AF Server and what the server reports that it supports.
Some features, like EventFrame, can be enabled on
the PI AF Server. Other features, like FindElementsByAttribute,
are determined by the version of the PI AF Server.