i did that already but i get another because of this i have attached image of that error please check it out and you have any solution then let me know or have you have any sample for this or sample code then please send me thank you [ATTACH=CONFIG]32916[/ATTACH]
i have attached image with this reply please check it out[ATTACH=CONFIG]32833[/ATTACH]
yes it work manually very well.i am also storing path in different two string but that code also show me same error please . ESRI.ArcGIS.Geoprocessor.Geoprocessor gp = new ESRI.ArcGIS.Geoprocessor.Geoprocessor(); gp.OverwriteOutput = true; ESRI.ArcGIS.ConversionTools.FeatureClassToShapefile tool = new ESRI.ArcGIS.ConversionTools.FeatureClassToShapefile(); string fpath = @C:\Temp1; string spath = @F:\test buffer of JAMNAGAR SHP FILES ex3\FOOTPATH.dwg; tool.Output_Folder = spath; tool.Input_Features = fpath; gp.Execute(tool, null);please give me some idea on this.
ESRI.ArcGIS.Geoprocessor.Geoprocessor gp = new ESRI.ArcGIS.Geoprocessor.Geoprocessor(); gp.OverwriteOutput = true; ESRI.ArcGIS.ConversionTools.FeatureClassToShapefile tool = new ESRI.ArcGIS.ConversionTools.FeatureClassToShapefile(); //@F:\test buffer of JAMNAGAR SHP FILES ex3\FOOTPATH.dwg\Point //@F:\test buffer of JAMNAGAR SHP FILES ex3\FOOTPATH.dwg\Polyline //@F:\test buffer of JAMNAGAR SHP FILES ex3\FOOTPATH.dwg\Polygon tool.Input_Features = @F:\test buffer of JAMNAGAR SHP FILES ex3\FOOTPATH.dwg\Point; tool.Output_Folder = @C:\Temp1; gp.Execute(tool, null);
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.