public void Planarize( Layer layer, IEnumerable<long> oids, Nullable<double> clusterTolerance )
Public Overloads Sub Planarize( _ ByVal layer As Layer, _ ByVal oids As IEnumerable(Of Long), _ Optional ByVal clusterTolerance As Nullable(Of Double) _ )
Parameters
- layer
- The layer of the features to planarize.
- oids
- The oids of the features to planarize.
- clusterTolerance
- (optional) The cluster tolerance used while planarizing features. (default value = null, otherwise must be at least the XY tolerance of the data)