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




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)

Syntax

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

See Also

© 2010 All Rights Reserved.