t e m p o r a l 
 d o o r w a y 

MapX

 

Short MapX Tips

Having problems because FindFeature isn't really connected to Feature the way MapInfo claims? Try this solution:

CMapXFindFeature FoundFeature = Layer.GetFind().Search(theID,"");
CMapXFeature Feature;
if ((FoundFeature.GetFindRC() % 10) == 1) Feature = Layer.AllFeatures().Item(FoundFeature.GetFeatureID());
...

Copyright © 2004 by Mark Cashman (unless otherwise indicated), All Rights Reserved