The following tables list the members exposed by Select.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| in_features | The input feature class or layer from which features are selected. (In, Required) |
| out_feature_class | The output feature class to be created. This feature class will contain all the features from the input if no expression is specified. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| where_clause | An SQL expression used to select a subset of features by attributes. The syntax for the expression is slightly different, based on the data you're querying. If you're querying ArcInfo coverages, shapefiles, INFO tables, or dBASE tables, field names must be enclosed in double quotes in the SQL expression: "MY_FIELD". If you're querying personal geodatabase data, enclose fields in square brackets: [MY_FIELD]. If you're querying ArcSDE geodatabase data or data in an ArcIMS feature class or ArcIMS image service sublayer, don't enclose fields: MY_FIELD. Personal geodatabase uses '*' and '?' as string wild cards rather than the '%' and '_' used by all other formats. Personal geodatabase - '[CNTRY_NAME] = 'Canada'' If you're querying file based or multiuser geodatabase data - "'CNTRY_NAME' = 'USA'" or '"CNTRY_NAME" = \'USA\'' (In, Optional) |
Top
See Also