public void Split( Layer layer, IEnumerable<long> oids, IEnumerable<MapPoint> splitGeometries )
Public Overloads Sub Split( _ ByVal layer As Layer, _ ByVal oids As IEnumerable(Of Long), _ ByVal splitGeometries As IEnumerable(Of MapPoint) _ )
Parameters
- layer
- The layer of the features to split.
- oids
- The oids of the features to split.
- splitGeometries
- The list of points used to split each feature.