Message 1 of 1
Help: How to Highlight in Map3D 2009

Not applicable
06-17-2009
10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Everyone,
I use this command to do a highlight but its not working. I am using autodesk map3d 2009
AcMapFeatureEntityService.HighlightFeatures(selection);
Here's what i did, I instantiate my AcMapSelection object then make a loop in my MgFeatureReader to add the featureid in the selection.
I am certain that there is a selection because i was able to output all the id in the selection as well as the selection in xml format. The only problem is highlighting the features selected.
I would really appreaciate anyone help.
I use this command to do a highlight but its not working. I am using autodesk map3d 2009
AcMapFeatureEntityService.HighlightFeatures(selection);
Here's what i did, I instantiate my AcMapSelection object then make a loop in my MgFeatureReader to add the featureid in the selection.
I am certain that there is a selection because i was able to output all the id in the selection as well as the selection in xml format. The only problem is highlighting the features selected.
I would really appreaciate anyone help.