Overload | Description |
---|---|
Split(Layer,Int64,Geometry) | Split a feature where the splitGeometry intersects it. |
Split(Layer,IEnumerable<Int64>,Geometry) | Split the given features where the splitGeometry intersects. |
Split(Layer,Int64,IEnumerable<MapPoint>) | Splits a feature at multiple points. |
Split(Layer,IEnumerable<Int64>,IEnumerable<MapPoint>) | Split a number of features at multiple points |
Split(Layer,Int64,SplitMethod) | Split a feature using a specified split method. |
Split(Layer,IEnumerable<Int64>,SplitMethod) | Split features using a specified split method. |
Split(SelectionSet,Geometry) | Splits the lines and polygons in the features with the splitGeometry. |
Split(SelectionSet,IEnumerable<Geometry>) | Splits the lines and polygons in the features with the points, lines and polygons in the splitGeometries. |
Split(SelectionSet,SelectionSet) | Splits the lines and polygons in the features selection set with the points, lines and polygons in the inputFeatures selectionSet. |