public void ConstructPolygons( EditingTemplate template, IEnumerable<KeyValuePair<MapMember,List<long>>> sourceFeatures, Nullable<double> tolerance, LinearUnit toleranceUnit, bool autoComplete )
Public Overloads Sub ConstructPolygons( _ ByVal template As EditingTemplate, _ ByVal sourceFeatures As IEnumerable(Of KeyValuePair(Of MapMember,List(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.
- sourceFeatures
- The source polyline features
- 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.