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