Parameters
- splitGeometry
- Location to split a polyline or polygon feature
Return Value
The ObjectIDs of newly created features from the split operation.
Exception | Description |
---|---|
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
System.ArgumentException | splitGeometry is invalid (e.g., a null value or an empty). |
A point feature can split a polyline.
A polyline can split a polygon.
A line or multipoint cannot split a line; similarly, a polygon cannot split a polygon.
Target Platforms: Windows 11, Windows 10