Good afternoon...
I searched the documentation and could not find the answer to either of these. I could probably write a little code to experiment, but if answered here someone else may wonder in the future and find the answers.
(1) If I do a PointShape.GetDistanceTo on a multiline feature, what distance is being returned? Is it the closest distance to any of the lines or is it to some shape (perhaps like the "outer hull") surrounding all of the individual lines?
(2) If I do a PointShape.IsWithin on a multipolygon feature, is "true" returned if the point is within any of the individual polygons? Or is it "true" that the point is within some shape (again, an 'outer hull") that includes all of the polygons?
Thanks!
Allen