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