ArcGIS Pro 2.6 API Reference Guide
ConstructPolygons(EditingTemplate,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Nullable<Double>,Boolean) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > ConstructPolygons Method : ConstructPolygons(EditingTemplate,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Nullable<Double>,Boolean) Method
Editing template used to create the feature.
The source polyline features
(optional) The cluster tolerance used while constructing polygons. (default value = null)
Include the boundaries of existing polygons as source polylines.
Constructs polygons in a template using the specified polylines.
Syntax

Parameters

template
Editing template used to create the feature.
sourceFeatures
The source polyline features
tolerance
(optional) The cluster tolerance used while constructing polygons. (default value = null)
autoComplete
Include the boundaries of existing polygons as source polylines.
Exceptions
ExceptionDescription
Template and source features cannot be null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List