public void Planarize( Layer sourceLayer, IEnumerable<long> sourceOIDs, double clusterTolerance, LinearUnit clusterToleranceUnit )
Public Overloads Sub Planarize( _ ByVal sourceLayer As Layer, _ ByVal sourceOIDs As IEnumerable(Of Long), _ ByVal clusterTolerance As Double, _ ByVal clusterToleranceUnit As LinearUnit _ )
Parameters
- sourceLayer
- The layer of the features to planarize.
- sourceOIDs
- The oids of the features to planarize.
- clusterTolerance
- The cluster tolerance used while planarizing features(> xyTolerance of data).
- clusterToleranceUnit
- The linear unit of the cluster tolerance.