ESRI.ArcGIS.DataManagementTools
MakeFeatureLayer Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : MakeFeatureLayer Class




The following tables list the members exposed by MakeFeatureLayer.

Public Constructors

 NameDescription
Public ConstructorMakeFeatureLayer ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyfield_infoCan 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)  
Public Propertyin_featuresThe 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)  
Public Propertyout_layerThe 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)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertywhere_clauseAn 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)  
Public PropertyworkspaceThe 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

© 2010 All Rights Reserved.