public void Split( Layer layer, IEnumerable<long> oids, SplitMethod splitMethod )
Public Overloads Sub Split( _ ByVal layer As Layer, _ ByVal oids As IEnumerable(Of Long), _ ByVal splitMethod As SplitMethod _ )
Parameters
- layer
- The layer of the features to split.
- oids
- The oids of the features to split.
- splitMethod
- The method used to perform each split.