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




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)

Syntax

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

See Also

© 2010 All Rights Reserved.