Morning,
I have a polygon geometry that I need to read the points and then be able to feed those values into a SQL STIntersect function.
For example
DECLARE @Geom geometry::polygon()
Then how do I read(parse) the point values from the polygon?
Walter