public void Merge( Layer destinationLayer, Layer sourceLayer, IEnumerable<long> sourceOIDs, Inspector inspector )
Public Overloads Sub Merge( _ ByVal destinationLayer As Layer, _ ByVal sourceLayer As Layer, _ ByVal sourceOIDs As IEnumerable(Of Long), _ Optional ByVal inspector As Inspector _ )
Parameters
- destinationLayer
- The destination layer for the new feature.
- sourceLayer
- The source layer of the features to merge.
- sourceOIDs
- The oids of the features to merge.
- inspector
- An inspector that specifies the new feature attributes.