ESRI.ArcGIS.DataManagementTools
TableToEllipse Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : TableToEllipse Class




Converts a table (text file, CSV file, Excel file, dBASE table, or geodatabase table) containing coordinate and other required fields to a feature class. The output features are elliptical polygons. A single ellipse is generated from each row in the table. The features created are defined by a starting point, semi-major and semi-minor axis lengths, and rotation.

Syntax

Visual Basic (Declaration) 
Public Class TableToEllipse 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As TableToEllipse
C# 
public class TableToEllipse : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.TableToEllipse

See Also

© 2010 All Rights Reserved.