Select to view content in your preferred language

how to flash the feature.....

815
3
01-11-2011 08:06 PM
srinivasreddy
Deactivated User
i have applied some query on the featureclass and i binded that features to datagrid view. but now i am trying to flash the features when the user click on the datagridrow ....I have done these kind of operations in arcGIS engine application,but is it possible in explorer.if so, then give me hints how to implement....
0 Kudos
3 Replies
JerryGarcia
Frequent Contributor
I am very interested in this functionality as well.
0 Kudos
AndreiIvanov
Deactivated User
You cannot flash features. In ArcGIS Engine you probably flashed feature via geoemetry class. This is not available in ArcGIS Explorer SDK. You can highlight Graphics though. This is the effect when you hover over graphic and it gets bigger. you can use it via Graphic.Highlight = true;
0 Kudos
srinivasreddy
Deactivated User
thanks for ur reply.... Mr.Andriy Ivanov
0 Kudos