DataManagementTools
ConvertCoordinateNotation Constructor(Object,Object,Object,Object,String,String)
See Also  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace > ConvertCoordinateNotation Class > ConvertCoordinateNotation Constructor : ConvertCoordinateNotation Constructor(Object,Object,Object,Object,String,String)




in_table
out_featureclass
x_field
y_field
input_coordinate_format
output_coordinate_format

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal out_featureclass As Object, _
   ByVal x_field As Object, _
   ByVal y_field As Object, _
   ByVal input_coordinate_format As String, _
   ByVal output_coordinate_format As String _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim out_featureclass As Object
Dim x_field As Object
Dim y_field As Object
Dim input_coordinate_format As String
Dim output_coordinate_format As String
 
Dim instance As New ConvertCoordinateNotation(in_table, out_featureclass, x_field, y_field, input_coordinate_format, output_coordinate_format)
C# 
public ConvertCoordinateNotation( 
   object in_table,
   object out_featureclass,
   object x_field,
   object y_field,
   string input_coordinate_format,
   string output_coordinate_format
)

Parameters

in_table
out_featureclass
x_field
y_field
input_coordinate_format
output_coordinate_format

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.