AFTable.GetDefaultTableParameters Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieves any table parameters and default values used to retrieve data for this AFTable.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Dictionary<string, Object> GetDefaultTableParameters()
Public Function GetDefaultTableParameters As Dictionary(Of String, Object) Dim instance As AFTable Dim returnValue As Dictionary(Of String, Object) returnValue = instance.GetDefaultTableParameters()
public: Dictionary<String^, Object^>^ GetDefaultTableParameters()
member GetDefaultTableParameters : unit -> Dictionary<string, Object>
Field Value
Type: DictionaryString, ObjectReturns the default parameters for this AFTable if table parameters are defined. These defaults can be set by calling the LinkExternal Overload method with a different collection of table parameters.
Return Value
Type: DictionaryString, ObjectReturns a dictionary keyed by parameter name, with the default values for the parameters.