2
.NET으로 ArcObjects 지오 프로세싱에서 실패를 피 하시겠습니까?
ArcToolbox에는 유용한 기능이 몇 가지 있지만 어떤 이유로 든 제대로 작동하지 않습니다. 심지어 오류가 발생하지 않습니다. 내 소프트웨어가 ArcMap 내에서 실행 중이므로 다시 AoInitialize 할 필요가 없습니다. public void Execute() { InitializeProduct(); try { Geoprocessor gp = new Geoprocessor(); gp.OverwriteOutput = true; FeatureToPoint featureToPoint = new FeatureToPoint(); string outputPathName = …