Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Americas
Asia Pacific
Esri India
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
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
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
Native Maps SDKs
:
Runtime SDK WPF (Retired) Ques
:
Copy feature layer with it's polygons
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
Select to view content in your preferred language
Translate Now
Copy feature layer with it's polygons
Subscribe
699
4
01-12-2013 11:55 PM
Labels
(1)
Labels
Labels:
Runtime SDK for WPF
by
MadorToch
Deactivated User
01-12-2013
11:55 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hello,
I am using ArcGIS Runtime SDK for WPF in my client side application and ArcGIS Server.
I would like to copy feature layer with it's polygons.
The action execution is triggered by the client.
How can I accomplish it ?
Thanks
Tags
(2)
Tags:
native_app_developers
wpf
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
4 Replies
by
MichaelBranscom
b
Esri Frequent Contributor
01-13-2013
10:14 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi,
Please can you provide some more detail on what you mean by copy?
Cheers
Mike
Reply
0
Kudos
by
MadorToch
Deactivated User
01-21-2013
10:51 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I have feature layer with few polygons.
After the duplicate progress I would like to have 2 endpoints of these feature layer with the polygons.
Before the duplicate:
http://myserver/myfeature
After the duplicate:
http://myserver/myfeature
- stays as before
http://myserver/myfeature2
- duplicate of the source (myfeature)
Reply
0
Kudos
by
MichaelBranscom
b
Esri Frequent Contributor
01-21-2013
11:29 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi,
What operations would you like to perform on the duplicate layer? (e.g. display, query, edit, etc)
Can you provide some more details on the workflow too?
Cheers
Mike
Reply
0
Kudos
by
MadorToch
Deactivated User
01-23-2013
09:17 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I would like to perform all of them (display, query, edit, etc)
I want to duplicate the source which used as a basic layer in order to make some changes on the duplicated ones that will be saved on them.
Reply
0
Kudos
Post Reply