public void Merge( EditingFeatureTemplate template, Layer sourceLayer, IEnumerable<long> sourceOIDs )
Public Overloads Sub Merge( _ ByVal template As EditingFeatureTemplate, _ ByVal sourceLayer As Layer, _ ByVal sourceOIDs As IEnumerable(Of Long) _ )
Parameters
- template
- The template to create the new merged feature with.
- sourceLayer
- The layer of the source features to merge.
- sourceOIDs
- The oids of the source features to merge.