1
vote
1answer
114 views

I'm trying to zoom to a graphic, but nothing happens

I'm trying to zoom to a graphic retuned from the query; query.OutSpatialReference = MyMap.SpatialReference; query.ReturnGeometry = true; After this query I used ...
3
votes
0answers
95 views

Feature layer graphics count zero after Initialization

I faced a problem when I added a feature layer onto the map and wanted to do something with the graphics. In the onInitialized() event I found that the graphics count is zero, why is that and is there ...