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




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)

Syntax

Visual Basic (Declaration) 
Public Property out_layer As Object
Visual Basic (Usage)Copy Code
Dim instance As MakeFeatureLayer
Dim value As Object
 
instance.out_layer = value
 
value = instance.out_layer
C# 
public object out_layer {get; set;}

See Also

© 2010 All Rights Reserved.