public void ConstructPolygons( EditingTemplate template, IEnumerable<KeyValuePair<MapMember,List<long>>> sourceFeatures, Nullable<double> tolerance, 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 autoComplete As Boolean _ )
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.