ESRI.ArcGIS.DataManagementTools
MakeFeatureLayer Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > MakeFeatureLayer Class > MakeFeatureLayer Constructor : MakeFeatureLayer Constructor(Object,Object)




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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal out_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim out_layer As Object
 
Dim instance As MakeFeatureLayer(in_features, out_layer)
C# 
public MakeFeatureLayer( 
   object in_features,
   object out_layer
)

Parameters

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)

See Also

© 2010 All Rights Reserved.