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




The location in which the Output Feature Class will be created. This can be either a geodatabase or a folder. If the Output Location is a folder, the output will be a shapefile. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.