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




X coordinate field name in the Input Table. For DD and DDM this is the longitude field. For DMS, GARS, GEOREF, UTM, USNG, and MGRS, this is the only field as these are single-string coordinate types. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.