ESRI.ArcGIS.DataManagementTools
TableToEllipse Constructor(Object,Object,Object,Object,Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > TableToEllipse Class > TableToEllipse Constructor : TableToEllipse Constructor(Object,Object,Object,Object,Object,Object,String)




in_table
The input table from which to generate ellipse features. (In, Required)
out_featureclass
The output feature class that will contain the ellipse features. (Out, Required)
x_field
The input table field containing the X (longitude) center point coordinate. (In, Required)
y_field
The input table field containing the Y (latitude) center point coordinate. (In, Required)
major_field
Field name containing (semi) major axis length values of the ellipses. (In, Required)
minor_field
Field name containing (semi) minor axis length values of the ellipses. (In, Required)
distance_units
The units of measure of the major and minor axes. METERS is the default. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

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 major_field As Object, _
   ByVal minor_field As Object, _
   ByVal distance_units 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 major_field As Object
Dim minor_field As Object
Dim distance_units As String
 
Dim instance As TableToEllipse(in_table, out_featureclass, x_field, y_field, major_field, minor_field, distance_units)
C# 
public TableToEllipse( 
   object in_table,
   object out_featureclass,
   object x_field,
   object y_field,
   object major_field,
   object minor_field,
   string distance_units
)

Parameters

in_table
The input table from which to generate ellipse features. (In, Required)
out_featureclass
The output feature class that will contain the ellipse features. (Out, Required)
x_field
The input table field containing the X (longitude) center point coordinate. (In, Required)
y_field
The input table field containing the Y (latitude) center point coordinate. (In, Required)
major_field
Field name containing (semi) major axis length values of the ellipses. (In, Required)
minor_field
Field name containing (semi) minor axis length values of the ellipses. (In, Required)
distance_units
The units of measure of the major and minor axes. METERS is the default. (In, Required)

See Also

© 2010 All Rights Reserved.