CAD Lines To Polygon Features (Samples)

Summary

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

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

Usage

Syntax

CADLinestoPolygonFeatures_samples (input_boundary_lines, input_label_points, output_polygon_feature_class, {boundary_line_filter_expression}, {point_filter_expression})
ParameterExplanationData Type
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
(Optional)

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

SQL Expression
point_filter_expression
(Optional)

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

SQL Expression

Code Sample

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

Environments

Licensing Information

ArcView: No
ArcEditor: No
ArcInfo: Yes

Published 6/7/2010