AFTable.FindTable Method (PISystem, Guid, Guid)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Retrieves the AFTable object with the specified unique identifier
and the specified version id.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public static AFTable FindTable( PISystem system, Guid id, Guid versionID )
Public Shared Function FindTable ( system As PISystem, id As Guid, versionID As Guid ) As AFTable Dim system As PISystem Dim id As Guid Dim versionID As Guid Dim returnValue As AFTable returnValue = AFTable.FindTable(system, id, versionID)
public: static AFTable^ FindTable( PISystem^ system, Guid id, Guid versionID )
static member FindTable : system : PISystem * id : Guid * versionID : Guid -> AFTable
Parameters
- system
- Type: OSIsoft.AFPISystem
The PISystem to search for the desired object. - id
- Type: SystemGuid
The unique identifier of the object to find. - versionID
- Type: SystemGuid
The unique identifier of the specific version to find.
Return Value
Type: AFTableThe AFTable in the PISystem which matches the unique identifier and version identifier.
Remarks
The AFTable object with the specified id
and the specified versionID is returned. The query date of the
returned object will automatically be set so that it falls within the specified version.