public void ConstructPolygons( EditingTemplate template, Layer layer, IEnumerable<long> oids, Nullable<double> tolerance, LinearUnit toleranceUnit, bool autoComplete )
Public Overloads Sub ConstructPolygons( _ ByVal template As EditingTemplate, _ ByVal layer As Layer, _ ByVal oids As IEnumerable(Of Long), _ ByVal tolerance As Nullable(Of Double), _ ByVal toleranceUnit As LinearUnit, _ ByVal autoComplete As Boolean _ )
Parameters
- template
- Editing template used to create the feature.
- layer
- The layer of the source polylines.
- oids
- The oids of the source polylines.
- tolerance
- The cluster tolerance used while constructing polygons.
- toleranceUnit
- The linear unit of the cluster tolerance.
- autoComplete
- Include the boundaries of existing polygons as source polylines.