IFeatureEdit2 featureEdit = lineFeature as IFeatureEdit2; featureEdit.SplitWithUpdate(splitPoint);
IFeatureEdit2 featureEdit = lineFeature as IFeatureEdit2; //select features after split featSelection.Add(lineFeature); ISet newSet = featureEdit.SplitWithUpdate(splitPoint); newSet.Reset(); IFeature newFeat = newSet.Next() as IFeature; featSelection.Add(newFeat);
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.