CAD Lines To Polygon Features (Samples)

Resumen

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

HerenciaHerencia:
This tool has been deprecated. For more information, see An overview of the Samples toolbox.

Uso

Sintaxis

CADLinestoPolygonFeatures_samples (input_boundary_lines, input_label_points, output_polygon_feature_class, {boundary_line_filter_expression}, {point_filter_expression})
ParámetroExplicaciónTipo de datos
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
(Opcional)

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

SQL Expression
point_filter_expression
(Opcional)

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

SQL Expression

Ejemplo de código

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

Entornos

9/11/2013