For a list of all members of this type, see TransposeFields members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| attribute_fields | Attribute fields from the input table to be included in the output table. If you want to output a feature class, choose the Shape field. (In, Optional) |
| in_field | The fields or columns containing data values in the input table that need to be transposed. (In, Required) |
| in_table | The input feature class or table for which the fields containing data values will be transposed. (In, Required) |
| in_transposed_field_name | The name of the field that will be created to store field name values of the fields that are selected to be transposed. Any valid field name can be used. (In, Required) |
| in_value_field_name | The name of the value field that will be created to store the values from the input table. Any valid field name can be set, as long as it does not conflict with existing field names from the input table or feature class. (In, Required) |
| out_table | The output feature class or table. The output feature class or table will contain the transposed field, a value field, and any number of attribute fields specified that need to be inherited from the input table. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also