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




input_table
Input table, feature class, or shapefile that will have the CAD-specific fields added to it (In, Required)
Entities
Adds the list of CAD-specific Entity property fields to the input table (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_table As Object, _
   ByVal Entities As String _
)
Visual Basic (Usage)Copy Code
Dim input_table As Object
Dim Entities As String
 
Dim instance As AddCADFields(input_table, Entities)
C# 
public AddCADFields( 
   object input_table,
   string Entities
)

Parameters

input_table
Input table, feature class, or shapefile that will have the CAD-specific fields added to it (In, Required)
Entities
Adds the list of CAD-specific Entity property fields to the input table (In, Required)

See Also

© 2010 All Rights Reserved.