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




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)

Syntax

Visual Basic (Declaration) 
Public Property attribute_fields As Object
Visual Basic (Usage)Copy Code
Dim instance As TransposeFields
Dim value As Object
 
instance.attribute_fields = value
 
value = instance.attribute_fields
C# 
public object attribute_fields {get; set;}

See Also

© 2010 All Rights Reserved.