Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFTable.FindTable Method (PISystem, Guid, Guid)

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFTable.FindTable Method (PISystem, Guid, Guid)
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.1.1.1182

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: AFTable
The 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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in