Copying a selected point in a feature class to another feature class.

389
1
07-21-2017 12:24 PM
DanielSalazar
New Contributor

I am currently developing an application in ArcMap 10.2 using Vb .NET. I am able to select the point feature that I need but I need to copy this selected feature to another feature class.

0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor

Easiest option is to call the copy features tool using the IGeoProcessor object.

0 Kudos