CAD Lines To Polygon Features (Samples)

Récapitulatif

Converts CAD lines and points to polygon feature classes. This work flow is a starting point to turn CAD lines into ArcGIS polygons.

HéritageHéritage :
This tool has been deprecated. For more information, see An overview of the Samples toolbox.

Utilisation

Syntaxe

CADLinestoPolygonFeatures_samples (input_boundary_lines, input_label_points, output_polygon_feature_class, {boundary_line_filter_expression}, {point_filter_expression})
ParamètreExplicationType de données
input_boundary_lines

The bounding line feature class that will be used to create polygons.

Feature Layer
input_label_points

Specifies the feature class containing the label points that will be applied to the output polygons.

Feature Layer
output_polygon_feature_class

The output feature class that will contain the newly formed polygon features.

Feature Class
boundary_line_filter_expression
(Facultatif)

The parameter to build a query to select line feature classes to create polygons.

SQL Expression
point_filter_expression
(Facultatif)

The parameter to build a query to only use select point feature classes to create polygons.

SQL Expression

Exemple de code

This tool is intended to be used as a model tool.

Environnements


4/24/2012