PISystem.GetCsvColumns Method (Type)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieve a collection containing the required and optional CSV columns for the specified
object type and its children.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCsvColumns GetCsvColumns( Type objType )
Public Function GetCsvColumns ( objType As Type ) As AFCsvColumns Dim instance As PISystem Dim objType As Type Dim returnValue As AFCsvColumns returnValue = instance.GetCsvColumns(objType)
public: AFCsvColumns^ GetCsvColumns( Type^ objType )
member GetCsvColumns : objType : Type -> AFCsvColumns
Parameters
- objType
- Type: SystemType
The type of AF object whose columns are to be retrieved and returned.
Return Value
Type: AFCsvColumnsA collection of all available CSV columns for the specified object type.