CAD Lines To Polygon Features (Samples)

サマリ

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

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

使用法

構文

CADLinestoPolygonFeatures_samples (input_boundary_lines, input_label_points, output_polygon_feature_class, {boundary_line_filter_expression}, {point_filter_expression})
パラメータ説明データ タイプ
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
(オプション)

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

SQL Expression
point_filter_expression
(オプション)

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

SQL Expression

コードのサンプル

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

環境


4/24/2012