Label | Explanation | Data Type |
Input Features
| The feature class for which feature binning will be disabled. | Feature Layer |
Derived Output
Label | Explanation | Data Type |
Updated Features | The input feature class with feature binning disabled. | Feature Layer |
Disables feature binning on a feature class.
Feature binning must be enabled before you can disable it.
You must be connected as the data owner to run this tool.
Label | Explanation | Data Type |
Input Features
| The feature class for which feature binning will be disabled. | Feature Layer |
Label | Explanation | Data Type |
Updated Features | The input feature class with feature binning disabled. | Feature Layer |
arcpy.management.DisableFeatureBinning(in_features)
Name | Explanation | Data Type |
in_features | The feature class for which feature binning will be disabled. | Feature Layer |
Name | Explanation | Data Type |
out_features | The input feature class with feature binning disabled. | Feature Layer |
Disable feature binning on a feature class.
import arcpy
arcpy.DisableFeatureBinning_management("C:\\MyProject\\sdeConnection.sde\\mygdb.user1.global_earthquakes")