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