ESRI.ArcGIS.DataManagementTools
TransposeFields Class Properties
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : TransposeFields Class




For a list of all members of this type, see TransposeFields members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyattribute_fieldsAttribute 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)  
Public Propertyin_fieldThe fields or columns containing data values in the input table that need to be transposed. (In, Required)  
Public Propertyin_tableThe input feature class or table for which the fields containing data values will be transposed. (In, Required)  
Public Propertyin_transposed_field_nameThe 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)  
Public Propertyin_value_field_nameThe 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)  
Public Propertyout_tableThe 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)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.