Hi there.
I've been having a play with the Desktop Eval Version 3.0, and for the life of me can't get this (seemingly simple) thing to work.
I have a MultiPolygonShape object which may contain 1 or more PolygonShape objects.
Now, I'm trying to look through a collection of PointShape's (2500 of them), and identify which fall within the MultiPolygonShape region.
The function MultiPolygonShape.Contains(PointShape) seems like the obvious thing to use, but I can't get it to return anything at all. It's meant to return a bool, but I'm not getting true/false back. Same goes for some other functions I've tried (IsWithin(), Crosses(), Intersects(), etc).
I've confirmed that correct values are in each shape object, and I don't seem to get any error messages.
My first thought was that maybe the eval version limits this? But from looking around on the web it seems this isn't the case.
Any ideas what may be causing this?
Thanks in advance!