Features disappear from Map after calling QueryAsync(IEnumerable<Int64>)

2418
0
04-08-2015 07:20 AM
OliverBrandt2
New Contributor II

Dear Community,

I query the featureTable of my Layer and after calling the QueryAsync(IEnumerable<Int64>) the querried feratures disappear from the map.

The result from the querry is correct and everything else is working fine. I have no idea how a querry can cause such a problem.

Did anybody of you ever hear about this and have any solutin for me?

This is the exact line which cause the problem. rowIds is a long array.

IEnumerable<GeodatabaseFeature> myGeoDatabaseFeature = (IEnumerable<GeodatabaseFeature>)await featureLayer.FeatureTable.QueryAsync(rowIds);

Thank you!

0 Kudos
0 Replies