The following tables list the members exposed by MakeFeatureLayer.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| field_info | Can be used to review and alter the field names and hide a subset of fields in the output layer. A split policy can be specified. See the usages for more information. (In, Optional) |
| in_features | The input feature class or layer used the make the new layer. Complex feature classes, such as annotation and dimensions, are not valid inputs to this tool. (In, Required) |
| out_layer | The name of the feature layer to be created. The newly created layer can be used as input to any geoprocessing tool that accepts a feature layer as input. (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. The syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, shapefiles, or coverages, enclose field names in double quotes: (In, Optional) |
| workspace | The input workspace used to validate the field names. If the input is a geodatabase table and the output workspace is a dBASE table, the field names may be truncated, since dBASE fields can only have names of ten characters or less. The new names may be reviewed and altered using the field information control. (In, Optional) |
Top
See Also