getOutputColumn()
Returns the specified table column.
Syntax
This method has the
following syntax:
const UdxColumnInfo* getOutputColumn(int n);Description
The getOutputColumn() method
operates on the UdxOutputShaper object and returns the specified table
column. The n value specifies the column that you
want to return.