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




The fields and field contents chosen from the inputs. Each of the unique input fields will be listed on the Field Map window and when expanded, you will see a list of all the input field occurrences (subfields). New fields can also be added. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.