Community
All Communities
Products
ArcGIS Survey123
ArcGIS Pro
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Web AppBuilder
Geoprocessing
ArcGIS Collector
ArcGIS Spatial Analyst
Imagery and Remote Sensing
ArcGIS Dashboards
ArcGIS CityEngine
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Water Utilities
Transportation
Telecommunications
Natural Resources
Electric
Roads and Highways
Commercial
AEC (Architecture, Engineering and Construction)
All Industries Communities
Developers
Python
ArcGIS API for JavaScript
ArcGIS Runtime SDKs
ArcObjects SDK
ArcGIS API for Python
ArcGIS Pro SDK
Developers - General
ArcGIS API for Silverlight (Retired)
ArcGIS REST API
ArcGIS API for Flex (Retired)
ArcGIS Online Developers
ArcGIS for Windows Mobile (Retired)
All Developers Communities
Worldwide
ArcGIS 開発者コミュニティ
Comunidad Esri Colombia - Ecuador - Panamá
ArcNesia
ArcGIS Content - Esri Nederland
Czech GIS
Comunidad GEOTEC
Esri Ireland
Esri Italia Community
Esri India
Swiss Geo Community
Rwanda Geospatial Forum
Používatelia ArcGIS
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Basics
Worldwide
Events
ArcGIS Topics
Learning
Networks
View All Communities
ArcGIS Ideas
Community Basics
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
ArcObjects SDK
:
ArcObjects SDK Questions
:
Custom edit tools for MapControlApplication
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Custom edit tools for MapControlApplication
Subscribe
1751
2
Jump to solution
01-22-2014 01:02 AM
by
AysberqTundra
Occasional Contributor
01-22-2014
01:02 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Hello.
I want to create custom edit tools (add point feature, edit point feature and delete point feature) for MapControlApplication.
For Polyline feature class I have find this link
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Editing_using_a_...
But I need code for Point feature class.
Can you suggest some sample codes to me?
Solved!
Go to Solution.
Tags
(5)
Tags:
_arcobjects
_engine
_server
desktop
gis_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Solution
Accepted Solutions
by
MohiniTodkari
Esri Contributor
01-30-2014
03:17 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Hello Aysberq,
Try the following sample:
Feature editing with the control commands.
You will be able to Add, Edit and Delete point features with this sample.
View solution in original post
Reply
0
Kudos
2 Replies
by
MohiniTodkari
Esri Contributor
01-30-2014
03:17 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Hello Aysberq,
Try the following sample:
Feature editing with the control commands.
You will be able to Add, Edit and Delete point features with this sample.
View solution in original post
Reply
0
Kudos
by
AysberqTundra
Occasional Contributor
01-31-2014
12:28 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Thank you Mohini.
This sample was helpfull.
Reply
0
Kudos
Post Reply