Select to view content in your preferred language

Using Editor Widget with Graphics Layer.

2371
2
05-23-2013 02:43 AM
Labels (1)
AnkitaBhatia
Occasional Contributor
Hi,
I was trying to use Editor Widget with Graphics layer, and wanted to implement functionalities like Edit (attributes) on the same.
Is there a way to achieve it?
Can I extend the Editor class and add my own ICommands for any new actions I wish to perform, say a copy /paste of the graphic(along with the attributes)?
0 Kudos
2 Replies
AnttiKajanus1
Deactivated User
Can you use FeatureLayer instead of GraphicsLayer? Like are the graphics short lived in memory or are those stored in the service/database?
0 Kudos
AnkitaBhatia
Occasional Contributor
Yes, I am reading the data from an excel file and then creating corresponding graphic on the Graphics Layer.
The data also contains the X,Y which decides the co-ordinates of the graphic on Map.
0 Kudos