Does anyone know a function to determine if a Point exists within a polygon?
Edit: I'm using C# with ArcEngine10.
Answer
Take a look at the IRelationalOperator2 you can cast your polygon to that Interface and use the contains method.
Does anyone know a function to determine if a Point exists within a polygon?
Edit: I'm using C# with ArcEngine10.
Answer
Take a look at the IRelationalOperator2 you can cast your polygon to that Interface and use the contains method.
Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...
No comments:
Post a Comment