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




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)

Syntax

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

See Also

© 2010 All Rights Reserved.