public void Planarize( Layer layer, IEnumerable<long> oids, double clusterTolerance, LinearUnit clusterToleranceUnit )
Public Overloads Sub Planarize( _ ByVal layer As Layer, _ ByVal oids As IEnumerable(Of Long), _ ByVal clusterTolerance As Double, _ ByVal clusterToleranceUnit As LinearUnit _ )
Parameters
- layer
- The layer of the features to planarize.
- oids
- 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.