Method GetVector3
GetVector3(int)
Gets the Vector3 result for the specified column.
public Vector3 GetVector3(int columnIndex)
Parameters
columnIndexintThe 0-based index of the column to query.
Returns
GetVector3(string)
Gets the Vector3 result for the specified column.
public Vector3 GetVector3(string columnName)
Parameters
columnNamestringThe name of the column to fetch the result.