Message 1 of 4
Not applicable
09-05-2012
05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
is there a reliable way to check if selected objects are Map FDO features?
It seems no checking is done here:
but checking is done here:
which I haven't tried myself yet but it doesn't look right to me to rely on this construct:
if (ent.Layer!="*ACMAPDMGISENTITIES") ....
What I have is:
MgSelectionBase selectionBase = AcMapFeatureEntityService.GetSelection(selSet);
but I need to filter out all non-FDO objects in "selSet". Any ideas?
many thanks,
Rob
Solved! Go to Solution.